webpack/test/configCases/entry
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
..
function code linting 2017-01-11 12:29:01 +01:00
function-promise code linting 2017-01-11 12:29:01 +01:00
issue-1068 migrate should to expect, part 1 2018-01-26 22:51:03 +01:00
require-entry-point Promise based chunk loading API 2015-06-13 11:45:28 +02:00
single-entry-point es5->es6 refactoring of SingleEntryPlugin (#3687) 2017-01-03 22:18:43 -06:00