Skip to content

Commit 9b647d3

Browse files
authored
Update test.mjs
1 parent b761f71 commit 9b647d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ describe('dependencyTree', () => {
506506
assert.ok(treeList.includes(path.normalize(`${directory}/node_modules/parent_module_a/node_modules/child_node_module/index.main.js`)));
507507
});
508508

509-
it('it usues correct version of sub package in node module package', () => {
509+
it('it uses correct version of sub package in node module package', () => {
510510
mockfs({
511511
[path.join(__dirname, '/es6')]: {
512512
'module.entry.js': 'import * as module from "parent_module_a"',

0 commit comments

Comments
 (0)