Bazyli Brzóska
|
650cf52e56
|
Merge branch 'master' into jest
# Conflicts:
# lib/Chunk.js
# lib/HotModuleReplacement.runtime.js
# lib/Module.js
# lib/MultiCompiler.js
# lib/Parser.js
# lib/Stats.js
# test/BenchmarkTestCases.benchmark.js
# test/CachePlugin.unittest.js
# test/CaseSensitiveModulesWarning.unittest.js
# test/Chunk.unittest.js
# test/Compiler-caching.test.js
# test/Compiler.test.js
# test/ConfigTestCases.test.js
# test/ContextModuleFactory.unittest.js
# test/DependenciesBlockVariable.unittest.js
# test/Errors.test.js
# test/Examples.test.js
# test/HotModuleReplacementPlugin.test.js
# test/HotTestCases.test.js
# test/Integration.test.js
# test/LocalModulesHelpers.unittest.js
# test/ModuleDependencyError.unittest.js
# test/ModuleReason.unittest.js
# test/MultiStats.unittest.js
# test/NodeTemplatePlugin.test.js
# test/NodeWatchFileSystem.unittest.js
# test/NormalModule.unittest.js
# test/NullDependency.unittest.js
# test/Parser.unittest.js
# test/ProfilingPlugin.unittest.js
# test/RawModule.unittest.js
# test/RuleSet.unittest.js
# test/Schemas.lint.js
# test/SideEffectsFlagPlugin.unittest.js
# test/SizeFormatHelpers.unittest.js
# test/SourceMapDevToolModuleOptionsPlugin.unittest.js
# test/Stats.test.js
# test/Stats.unittest.js
# test/StatsTestCases.test.js
# test/Template.unittest.js
# test/TestCases.test.js
# test/Validation.test.js
# test/WatchDetection.test.js
# test/WatchTestCases.test.js
# test/WatcherEvents.test.js
# test/WebEnvironmentPlugin.unittest.js
# test/WebpackMissingModule.unittest.js
# test/compareLocations.unittest.js
# test/identifier.unittest.js
|
2018-02-25 12:00:09 +01:00 |
Bazyli Brzóska
|
7b5c3516f6
|
Merge branch 'v4-beta3' into jest
# Conflicts:
# test/BenchmarkTestCases.benchmark.js
# test/CachePlugin.unittest.js
# test/HotTestCases.test.js
# test/NormalModule.unittest.js
# test/ProfilingPlugin.unittest.js
# test/TestCases.test.js
# test/configCases/parsing/harmony-this/index.js
# test/configCases/plugins/profiling-plugin/index.js
# test/configCases/plugins/profiling-plugin/webpack.config.js
# test/watchCases/runtime/static-import/0/index.js
# yarn.lock
|
2018-02-25 11:41:05 +01:00 |
Tobias Koppers
|
5238159d21
|
run prettier on existing code
|
2018-02-25 02:00:20 +01:00 |
EugeneHlushko
|
735c8ce9e0
|
refactor(es6): multiline string, arr.includes, arrow functions in ./lib and ./benchmark
|
2018-02-17 13:09:35 +02:00 |
Florent Cailhol
|
2f4910b4c3
|
Migrate unit tests to Jest
|
2018-01-24 17:29:57 +01:00 |
EugeneHlushko
|
66510b876a
|
Cleanup: don't check plugins for apply function in tests, schema does the check for this.
|
2017-12-23 09:28:00 +01:00 |
Tobias Koppers
|
5941ab0d0c
|
fix linting errors
|
2017-11-15 14:08:11 +01:00 |
Tobias Koppers
|
0c104a683f
|
separate integration and unit tests, use codecov flags
|
2017-10-19 17:35:20 +02:00 |