diff --git a/docs/testing.md b/docs/testing.md index e77984050..573cf66c6 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -32,7 +32,7 @@ It is beneficial to use the same webpack configuration file (generated by webpac ```js // config/webpack/test.js const environment = require('./environment') -environment.plugins.get('Manifest').opts.writeToFileEmit = process.env.NODE_ENV !== 'test' +environment.plugins.get('Manifest').options.writeToFileEmit = process.env.NODE_ENV !== 'test' environment.loaders.append('istanbul-instrumenter', { test: /\.ts$/, enforce: "post",