-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3565 from darthtrevino/task/3563-devcycle
fix(build): Update test script to not require build_all step (#3563)
- Loading branch information
Showing
5 changed files
with
61 additions
and
89 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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 was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
--require .out/spec/helpers/polyfills.ts | ||
--require .out/spec/helpers/testScheduler-ui.js | ||
--ui .out/spec/helpers/testScheduler-ui.js | ||
|
||
--reporter dot | ||
|
||
--check-leaks | ||
--globals WebSocket,FormData,XDomainRequest,ActiveXObject | ||
|
||
--recursive | ||
--timeout 5000 | ||
--require ts-node/register | ||
--require tsconfig-paths/register | ||
--require spec/helpers/polyfills.ts | ||
--require spec/helpers/testScheduler-ui.ts | ||
--ui spec/helpers/testScheduler-ui.ts | ||
|
||
--reporter dot | ||
|
||
--check-leaks | ||
--globals WebSocket,FormData,XDomainRequest,ActiveXObject | ||
|
||
--recursive | ||
--timeout 5000 |
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,10 +1,12 @@ | ||
--require spec/helpers/polyfills.ts | ||
--require source-map-support/register | ||
--require spec/helpers/tests2png/diagram-test-runner.ts | ||
--require spec/helpers/testScheduler-ui.ts | ||
--ui spec/helpers/testScheduler-ui.ts | ||
|
||
--reporter dot | ||
|
||
--recursive | ||
--timeout 5000 | ||
--require ts-node/register | ||
--require tsconfig-paths/register | ||
--require spec/helpers/polyfills.ts | ||
--require source-map-support/register | ||
--require spec/helpers/tests2png/diagram-test-runner.ts | ||
--require spec/helpers/testScheduler-ui.ts | ||
--ui spec/helpers/testScheduler-ui.ts | ||
|
||
--reporter dot | ||
|
||
--recursive | ||
--timeout 5000 |