Skip to content

Commit f83e864

Browse files
committed
remove unused commented code
1 parent 6ad0424 commit f83e864

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

scripts/jestEnv.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,6 @@ module.exports = class PlaywrightEnvironment extends NodeEnvironment {
2828
wsEndpoint
2929
}));
3030
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-
// }
4031
}
4132

4233
async teardown() {

0 commit comments

Comments
 (0)