-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Carlos Flores
committed
Feb 8, 2020
1 parent
486d4d4
commit 5b53bfb
Showing
17 changed files
with
17,849 additions
and
17,786 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
// import tests | ||
const deployMockExternal = require('./deployMockExternal.js'); | ||
const deploy = require('./deploy'); | ||
const test = require('./test'); | ||
const deployMockExternal = require("./deployMockExternal.js"); | ||
const deploy = require("./deploy"); | ||
const test = require("./test"); | ||
|
||
// run tests | ||
async function runTests() { | ||
const context = process.env.TESTING_CONTEXT; | ||
const context = process.env.TESTING_CONTEXT; | ||
|
||
await deployMockExternal.test(context); | ||
await deploy.test(context); | ||
await test.test(context); | ||
process.exit(0) | ||
await deployMockExternal.test(context); | ||
await deploy.test(context); | ||
await test.test(context); | ||
process.exit(0); | ||
} | ||
|
||
runTests(); | ||
runTests(); |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.