File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ describe('The validator function', () => {
62
62
63
63
expect ( ( ) => {
64
64
validator ( config ) ;
65
- } ) . to . throw ( 'Cannot determine how to prefix the keys in manifest.json. Call Encore.setManifestKeyPrefix() to choose what path (e.g. / build/) to use' ) ;
65
+ } ) . to . throw ( 'Cannot determine how to prefix the keys in manifest.json. Call Encore.setManifestKeyPrefix() to choose what path (e.g. build/) to use' ) ;
66
66
} ) ;
67
67
68
68
it ( 'when outputPath and publicPath are incompatible, manifestKeyPrefix must be set' , ( ) => {
@@ -74,7 +74,7 @@ describe('The validator function', () => {
74
74
75
75
expect ( ( ) => {
76
76
validator ( config ) ;
77
- } ) . to . throw ( 'Cannot determine how to prefix the keys in manifest.json. Call Encore.setManifestKeyPrefix() to choose what path (e.g. / build/) to use' ) ;
77
+ } ) . to . throw ( 'Cannot determine how to prefix the keys in manifest.json. Call Encore.setManifestKeyPrefix() to choose what path (e.g. build/) to use' ) ;
78
78
} ) ;
79
79
80
80
it ( 'cannot use versioning with webpack-dev-server' , ( ) => {
You can’t perform that action at this time.
0 commit comments