mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-23 12:11:16 +00:00
change deploy to beforeAll, so it takes priority over the test before
This commit is contained in:
parent
8fa7357d07
commit
c1590d0b48
@ -81,7 +81,9 @@ module.exports = {
|
||||
mocha.addFile(file);
|
||||
|
||||
mocha.suite.timeout(0);
|
||||
mocha.suite.beforeEach('Wait for deploy', (done) => {
|
||||
|
||||
mocha.suite.beforeAll('Wait for deploy', (done) => {
|
||||
console.dir("runnning wait for deploy");
|
||||
global.embark.onReady(() => {
|
||||
done();
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user