webpack/test/configCases/parsing/issue-336
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
..
node_modules renaming is off by default and only enabled for defined expressions 2014-07-02 21:34:29 +02:00
index.js migrate should to expect, part 1 2018-01-26 22:51:03 +01:00
webpack.config.js code linting 2017-01-11 12:29:01 +01:00