webpack/test/cases/optimize/tree-shaking-commonjs
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
..
a.js added test shaking harmony/commonjs mixed 2016-08-17 11:41:30 +02:00
b.js added test shaking harmony/commonjs mixed 2016-08-17 11:41:30 +02:00
c.js added test shaking harmony/commonjs mixed 2016-08-17 11:41:30 +02:00
d.js added test shaking harmony/commonjs mixed 2016-08-17 11:41:30 +02:00
e.js added test shaking harmony/commonjs mixed 2016-08-17 11:41:30 +02:00
index.js migrate should to expect, part 1 2018-01-26 22:51:03 +01:00