webpack/test/configCases/code-generation/use-strict
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
..
harmony-with-strict.js add test case for use strict inserting 2016-12-14 12:56:59 +01:00
harmony-with-strict2.js add test case for use strict inserting 2016-12-14 12:56:59 +01:00
harmony-with-strict3.js add test case for use strict inserting 2016-12-14 12:56:59 +01:00
harmony-without-strict.js add test case for use strict inserting 2016-12-14 12:56:59 +01:00
harmony-without-strict2.js add test case for use strict inserting 2016-12-14 12:56:59 +01:00
index.js migrate should to expect, part 1 2018-01-26 22:51:03 +01:00
webpack.config.js Enable minimizing in production mode 2017-12-14 00:06:56 +01:00