Skip to content

Commit

Permalink
fix: remove node_module test because git ignores that folder
Browse files Browse the repository at this point in the history
  • Loading branch information
benawad committed Aug 19, 2020
1 parent c02a062 commit 6036bab
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 42 deletions.
41 changes: 0 additions & 41 deletions tests/__snapshots__/end-to-end.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -448,26 +448,6 @@ exports[`end-to-end --avoid-single-file globals: globals/src/index.js 1`] = `
"
`;
exports[`end-to-end --avoid-single-file ignore-node-modules 1`] = `
"ignore-node-modules
├── file2.js
├── index.js
└── node_modules
├── add.js
└── subtract.js"
`;
exports[`end-to-end --avoid-single-file ignore-node-modules: ignore-node-modules/file2.js 1`] = `""`;
exports[`end-to-end --avoid-single-file ignore-node-modules: ignore-node-modules/index.js 1`] = `"require('./file2')"`;
exports[`end-to-end --avoid-single-file ignore-node-modules: ignore-node-modules/node_modules/add.js 1`] = `
"require('./subtract')
"
`;
exports[`end-to-end --avoid-single-file ignore-node-modules: ignore-node-modules/node_modules/subtract.js 1`] = `""`;
exports[`end-to-end --avoid-single-file index-cycle 1`] = `
"index-cycle
├── index
Expand Down Expand Up @@ -1117,27 +1097,6 @@ export const five = 5;
"
`;
exports[`end-to-end ignore-node-modules 1`] = `
"ignore-node-modules
├── index
│ └── file2.js
├── index.js
└── node_modules
├── add.js
└── subtract.js"
`;
exports[`end-to-end ignore-node-modules: ignore-node-modules/index.js 1`] = `"require('./index/file2')"`;
exports[`end-to-end ignore-node-modules: ignore-node-modules/index/file2.js 1`] = `""`;
exports[`end-to-end ignore-node-modules: ignore-node-modules/node_modules/add.js 1`] = `
"require('./subtract')
"
`;
exports[`end-to-end ignore-node-modules: ignore-node-modules/node_modules/subtract.js 1`] = `""`;
exports[`end-to-end index-cycle 1`] = `
"index-cycle
├── index
Expand Down
Empty file.
1 change: 0 additions & 1 deletion tests/fixtures/ignore-node-modules/index.js

This file was deleted.

0 comments on commit 6036bab

Please sign in to comment.