We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad0424 commit f83e864Copy full SHA for f83e864
scripts/jestEnv.js
@@ -28,15 +28,6 @@ module.exports = class PlaywrightEnvironment extends NodeEnvironment {
28
wsEndpoint
29
}));
30
this.global.page = await browser.newPage();
31
- // TODO suppress unwanted logs here
32
- // // suppress @vue/compiler-sfc warning
33
- // const console = this.global.console
34
- // const warn = console.warn
35
- // console.warn = (msg, ...args) => {
36
- // if (!msg.includes('@vue/compiler-sfc')) {
37
- // warn.call(console, msg, ...args)
38
- // }
39
40
}
41
42
async teardown() {
0 commit comments