fixed the tests golden input

pull/543/head
LianaHus 4 years ago
parent 4bf56ac808
commit 1d6770029c
  1. 2
      apps/remix-ide-e2e/src/tests/compiler_api.test.ts

@ -31,7 +31,7 @@ module.exports = {
.addFile('test_jsCompileWithOptimization.js', { content: jsCompileWithOptimization }) .addFile('test_jsCompileWithOptimization.js', { content: jsCompileWithOptimization })
.executeScript('remix.exeCurrent()') .executeScript('remix.exeCurrent()')
.pause(10000) .pause(10000)
.journalChildIncludes(`\"optimizer\":{\"enabled\":true,\"runs\":300}`) .journalChildIncludes(`\\"optimizer\\":{\\"enabled\\":true,\\"runs\\":300}`)
}, },
'Should update the compiler configuration with "setCompilerConfig" API': function (browser: NightwatchBrowser) { 'Should update the compiler configuration with "setCompilerConfig" API': function (browser: NightwatchBrowser) {

Loading…
Cancel
Save