From df3539c202e9235fb5ee3c5e19b841288dbd449c Mon Sep 17 00:00:00 2001 From: "Dr. Sergey Pogodin" Date: Sun, 9 Apr 2023 02:49:08 +0200 Subject: [PATCH] Fixes tests --- .../react-css-modules/custom attribute mapping/output.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/react-css-modules/custom attribute mapping/output.js b/test/fixtures/react-css-modules/custom attribute mapping/output.js index 4f72a9c..4a1b533 100644 --- a/test/fixtures/react-css-modules/custom attribute mapping/output.js +++ b/test/fixtures/react-css-modules/custom attribute mapping/output.js @@ -3,12 +3,12 @@ var _getClassName2 = _interopRequireDefault(require("@dr.pogodin/babel-plugin-react-css-modules/dist/browser/getClassName")); require("./foo.css"); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } +// Literal, no merging const _styleModuleImportMap = { "./foo.css": { "a": "foo__a" } }; -// Literal, no merging
; // Literal, merging with literal