Skip to content

Commit

Permalink
chore(test): do not check for dist/namespace.js
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Aug 5, 2020
1 parent ed63707 commit 6b538d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/end-to-end/test-end-to-end-dist.js
Expand Up @@ -6,7 +6,6 @@ fs.accessSync(path.join(distDir, 'cjs'));
fs.accessSync(path.join(distDir, 'endtoend'));
fs.accessSync(path.join(distDir, 'esm'));
fs.accessSync(path.join(distDir, 'loader'));
fs.accessSync(path.join(distDir, 'endtoend.js'));
fs.accessSync(path.join(distDir, 'index.js'));
fs.accessSync(path.join(distDir, 'index.mjs'));

Expand Down

0 comments on commit 6b538d5

Please sign in to comment.