Bazyli Brzóska
|
06324a5875
|
fix last remaining typos/merge conversions to jest
|
2018-03-08 00:09:06 +01:00 |
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
|
b06c2f270c
|
spelling: singular
|
2018-02-26 02:45:26 +00:00 |
Bazyli Brzóska
|
a6c2aca36f
|
migrate should to expect, part 2 (manual)
|
2018-01-26 23:59: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 |
Tobias Koppers
|
a04ffb9283
|
added (experimental) NamedModulesPlugin
|
2015-06-27 22:47:51 +02:00 |
Tobias Koppers
|
16ebdb5819
|
96 browser tests are in included in automated tests too
|
2013-12-15 23:10:41 +01:00 |