Skip to content

Commit 11ef231

Browse files
chore(deps): update webpack (#843)
1 parent 7f8f9df commit 11ef231

9 files changed

+4665
-5460
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
* text=auto
2+
test/fixtures/** eol=lf
23
bin/* eol=lf
34
yarn.lock -diff
45
package-lock.json -diff

jest.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = {
2+
testEnvironment: 'node',
23
collectCoverage: false,
34
coveragePathIgnorePatterns: ['test', '<rootDir>/node_modules'],
45
moduleFileExtensions: ['js', 'json'],

0 commit comments

Comments
 (0)