Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Oct 30, 2020
1 parent 8591a32 commit 6fd47ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/configCases/ecmaVersion/browserslist/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ module.exports = {
expect(compilation.outputOptions.environment).toMatchInlineSnapshot(`
Object {
"arrowFunction": true,
"bigIntLiteral": false,
"bigIntLiteral": true,
"const": true,
"destructuring": true,
"dynamicImport": false,
"dynamicImport": true,
"forOf": true,
"module": false,
}
Expand Down

0 comments on commit 6fd47ea

Please sign in to comment.