Bazyli Brzóska
|
b579658d22
|
Merge branch 'profiling-race' into jest
# Conflicts:
# lib/debug/ProfilingPlugin.js
# test/ConfigTestCases.test.js
# test/DependenciesBlockVariable.unittest.js
# test/Examples.test.js
# test/ExternalModule.unittest.js
# test/HotTestCases.test.js
# test/Schemas.lint.js
# test/WebEnvironmentPlugin.unittest.js
# test/cases/mjs/non-mjs-namespace-object-lazy/index.js
# test/cases/runtime/module-caching/index.js
# test/compareLocations.unittest.js
# test/configCases/library/1-use-library/index.js
# test/configCases/plugins/define-plugin/index.js
# yarn.lock
|
2018-03-07 21:56:06 +01:00 |
Josh Soref
|
04917d739c
|
spelling: source
|
2018-02-26 02:48:26 +00:00 |
Josh Soref
|
805f4b097a
|
spelling: optional
|
2018-02-26 02:36:27 +00:00 |
Josh Soref
|
f07ec56837
|
spelling: existence
|
2018-02-26 02:28:20 +00:00 |
Bazyli Brzóska
|
36e8e30875
|
run prettier on existing code
|
2018-02-25 11:46:17 +01:00 |
Tobias Koppers
|
5238159d21
|
run prettier on existing code
|
2018-02-25 02:00:20 +01:00 |
Bazyli Brzóska
|
5a5a95ab0c
|
fix ExternalModule.unittest
|
2018-01-27 16:34:38 +01:00 |
Bazyli Brzóska
|
5a8083a930
|
migrate should to expect, part 1
used regexps:
([\(\)a-zA-Z0-9\."'/ +{}\[\]=\-,:?_!]+)\.should\.be\.eql
➡️
expect($1).toBe
expect\(([\(\)a-zA-Z0-9\."'/ +{}\[\]=\-,:?_!]+)\)\.toBe\(\[
➡️
expect($1).toEqual([
expect\(([\(\)a-zA-Z0-9\."'/ +{}\[\]=\-,:?_!]+)\)\.toBe\(\{
➡️
expect($1).toEqual({
|
2018-01-26 22:51:03 +01:00 |
Florent Cailhol
|
2f4910b4c3
|
Migrate unit tests to Jest
|
2018-01-24 17:29:57 +01:00 |
Tobias Koppers
|
d95f93f8cb
|
add output.globalObject configuration option
remove deprecated atom and electron target
add self libraryTarget
add self external type
|
2017-12-27 18:46:37 +01:00 |
Tobias Koppers
|
a97b120e5a
|
Merge pull request #5963 from webpack/lint/add-missing-files
add linting for test/*.js too
|
2017-11-16 14:07:52 +01:00 |
Tobias Koppers
|
5941ab0d0c
|
fix linting errors
|
2017-11-15 14:08:11 +01:00 |
Tobias Koppers
|
00f2b5ede7
|
advanced module type refactoring
added json type
.mjs default to javascript/esm type
adjusted parser plugins to react on module type
|
2017-11-11 19:27:19 +01:00 |
Tobias Koppers
|
ef7f142fb3
|
remove outdated unittests
|
2017-11-06 13:25:22 +01:00 |
Tobias Koppers
|
0c104a683f
|
separate integration and unit tests, use codecov flags
|
2017-10-19 17:35:20 +02:00 |