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 1baa9d9 commit a2ca9b5Copy full SHA for a2ca9b5
test/weex/helpers/index.js
@@ -1,3 +1,7 @@
1
+// suppress logs from vdom-tester
2
+const domModule = require('weex-vdom-tester/lib/modules/dom')
3
+domModule.updateFinish = domModule.createFinish = domModule.refreshFinish = () => {}
4
+
5
import * as Vue from '../../../packages/weex-vue-framework'
6
import { compile } from '../../../packages/weex-template-compiler'
7
import { Runtime, Instance } from 'weex-vdom-tester'
0 commit comments