Skip to content

Commit 3821204

Browse files
committed
Refactor test to use ES module syntax for custom options
1 parent 2b6f8e6 commit 3821204

File tree

1 file changed

+1
-1
lines changed
  • packages/extractor/tests/read-custom-options

1 file changed

+1
-1
lines changed

packages/extractor/tests/read-custom-options/test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import dedent from 'ts-dedent'
66

77
test('read custom options', async () => {
88
fs.writeFileSync(path.join(__dirname, 'master.css-extractor.js'), dedent`
9-
module.exports = {
9+
export default {
1010
module: '.virtual:home.css'
1111
}
1212
`)

0 commit comments

Comments
 (0)