Skip to content

Commit

Permalink
fix stats tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Aug 11, 2017
1 parent 3820157 commit 93af585
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -4,4 +4,4 @@ main.js 2.65 kB 0 [emitted] main
[0] (webpack)/test/statsCases/module-trace-disabled-in-error/index.js 25 bytes {0} [built]

ERROR in (webpack)/test/statsCases/module-trace-disabled-in-error/index.js
Module not found: Error: Can't resolve 'does-not-exist' in 'Xdir/module-trace-disabled-in-error'
Module not found: Error: Can't resolve 'does-not-exist' in 'Xdir/module-trace-disabled-in-error'
2 changes: 1 addition & 1 deletion test/statsCases/module-trace-enabled-in-error/expected.txt
Expand Up @@ -5,4 +5,4 @@ main.js 2.65 kB 0 [emitted] main

ERROR in (webpack)/test/statsCases/module-trace-enabled-in-error/index.js
Module not found: Error: Can't resolve 'does-not-exist' in 'Xdir/module-trace-enabled-in-error'
@ (webpack)/test/statsCases/module-trace-enabled-in-error/index.js 1:0-25
@ (webpack)/test/statsCases/module-trace-enabled-in-error/index.js 1:0-25

0 comments on commit 93af585

Please sign in to comment.