We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b761f71 commit 9b647d3Copy full SHA for 9b647d3
test/test.mjs
@@ -506,7 +506,7 @@ describe('dependencyTree', () => {
506
assert.ok(treeList.includes(path.normalize(`${directory}/node_modules/parent_module_a/node_modules/child_node_module/index.main.js`)));
507
});
508
509
- it('it usues correct version of sub package in node module package', () => {
+ it('it uses correct version of sub package in node module package', () => {
510
mockfs({
511
[path.join(__dirname, '/es6')]: {
512
'module.entry.js': 'import * as module from "parent_module_a"',
0 commit comments