Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnw committed Dec 19, 2023
1 parent 70241b4 commit 1a292f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js-api-spec/node-package-importer.node.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,8 @@ describe('Node Package Importer', () => {
'node_modules/bar/package.json': JSON.stringify({}),
'subdir/node_modules/bah/node_modules/bar/index.scss':
'a {from: submodule;}',
'subdir/node_modules/bah/node_modules/bar/package.json': JSON.stringify({}),
'subdir/node_modules/bah/node_modules/bar/package.json':
JSON.stringify({}),
},
entryPoint: './subdir/index.js',
}));
Expand Down

0 comments on commit 1a292f5

Please sign in to comment.