Skip to content

Commit

Permalink
chore(test): remove test for dist/esm-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Aug 5, 2020
1 parent c204563 commit 64f9d12
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 @@ -5,7 +5,6 @@ const distDir = path.join(__dirname, 'dist');
fs.accessSync(path.join(distDir, 'cjs'));
fs.accessSync(path.join(distDir, 'endtoend'));
fs.accessSync(path.join(distDir, 'esm'));
fs.accessSync(path.join(distDir, 'esm-es5'));
fs.accessSync(path.join(distDir, 'loader'));
fs.accessSync(path.join(distDir, 'endtoend.js'));
fs.accessSync(path.join(distDir, 'index.js'));
Expand Down

0 comments on commit 64f9d12

Please sign in to comment.