weboptimizer 2.0.1359 → 2.0.1360

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "2.0.1359",
3
+ "version": "2.0.1360",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -74,7 +74,7 @@
74
74
  "prepare": "yarn build",
75
75
  "postversion": "yarn publish --non-interactive; git push --tags && git push",
76
76
  "prettify": "yarn lint:base --fix || true",
77
- "test": "yarn build:test && jest --config ./jest.json --root-dir './' --test-regex '/test/.+\\\\.js$' test/browser.js test/configurator.js test/helper.js test/ejsLoader.js test/stylelintConfigurator.js test/index.js test/webpackConfigurator.js",
77
+ "test": "yarn build:test && jest --config ./jest.json --noStackTrace --root-dir './' --test-regex '/test/.+\\\\.js$' test/browser.js test/configurator.js test/helper.js test/ejsLoader.js test/stylelintConfigurator.js test/index.js test/webpackConfigurator.js",
78
78
  "test:coverage": "yarn test --ci --coverage --coverageReporters=text --coverageReporters=text-summary --silent --testLocationInResults",
79
79
  "test:coverage:report": "yarn test:coverage --coverageDirectory=.coverage --coverageReporters=lcov --outputFile=lcov.info",
80
80
  "test:watch": "yarn test --watch",
@@ -737,7 +737,7 @@
737
737
  "last 2 major versions",
738
738
  "> 5%"
739
739
  ],
740
- "testCommandLine": "jest --config node_modules/weboptimizer/jest.json --test-regex",
740
+ "testCommandLine": "jest --config node_modules/weboptimizer/jest.json --noStackTrace --test-regex",
741
741
  "testCommandLineCoverageArguments": "--ci --coverage --coverage-reporters=text --coverage-reporters=text-summary --silent --test-location-in-results"
742
742
  },
743
743
  "givenCommandLineArguments": [],