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 9b647d3 commit b7d0333Copy full SHA for b7d0333
test/test.mjs
@@ -472,10 +472,10 @@ describe('dependencyTree', () => {
472
});
473
474
475
- describe('It uses package specific node_module directory when resolving package dependencies', () => {
+ describe('it uses package specific node_module directory when resolving package dependencies', () => {
476
testTreesForFormat('commonjs');
477
478
- it('It can find sub package in node module package', () => {
+ it('it can find sub package in node module package', () => {
479
mockfs({
480
[path.join(__dirname, '/es6')]: {
481
'module.entry.js': 'import * as module from "parent_module_a"',
0 commit comments