mirror of
https://github.com/msojocs/wx-compiler.git
synced 2025-07-19 00:00:04 +08:00
fix: nwjs start
This commit is contained in:
parent
73408a773c
commit
8b0ed3be8e
@ -8,8 +8,9 @@ import * as fs from 'fs'
|
|||||||
|
|
||||||
describe("wcc - module", function () {
|
describe("wcc - module", function () {
|
||||||
this.beforeAll(function(done) {
|
this.beforeAll(function(done) {
|
||||||
this.timeout(60000)
|
this.timeout(120000)
|
||||||
windows.start()
|
windows.start()
|
||||||
|
console.log('start success!')
|
||||||
done()
|
done()
|
||||||
})
|
})
|
||||||
this.afterAll(() => {
|
this.afterAll(() => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user