puppeteer/utils/doclint/check_public_api/test
Andrey Lushnikov e6725e15af
tests: drop jasmine test runner (#1519)
This patch introduces a tiny test runner to run puppeteer tests.
The test runner is self-container and allows parallel (wrt IO) test execution.
It will also allow us to split tests into multiple files if necessary.

Comparing to the jasmine, the testrunner supports parallel execution, properly
handles "unhandled promise rejection" event and signals.

Comparing to ava/jest, the testrunner doesn't run multiple node processes,
which makes it simpler but sufficient for our goals.
2017-12-07 16:37:22 -08:00
..
check-duplicates chore(doclint): support classes inheritance (#935) 2017-10-02 13:38:44 -07:00
check-returns chore(doclint): support classes inheritance (#935) 2017-10-02 13:38:44 -07:00
check-sorting chore(doclint): fix doclint tests (#941) 2017-10-02 15:14:57 -07:00
diff-arguments chore(doclint): fix doclint tests (#941) 2017-10-02 15:14:57 -07:00
diff-classes chore(doclint): support classes inheritance (#935) 2017-10-02 13:38:44 -07:00
diff-events chore(doclint): support classes inheritance (#935) 2017-10-02 13:38:44 -07:00
diff-methods chore(doclint): support classes inheritance (#935) 2017-10-02 13:38:44 -07:00
diff-properties chore(doclint): fix doclint tests (#941) 2017-10-02 15:14:57 -07:00
js-builder-common chore(doclint): support classes inheritance (#935) 2017-10-02 13:38:44 -07:00
js-builder-inheritance chore(doclint): support classes inheritance (#935) 2017-10-02 13:38:44 -07:00
md-builder-common chore(doclint): support classes inheritance (#935) 2017-10-02 13:38:44 -07:00
.gitignore chore(doclint): move doclint tests expectations into test folders (#932) 2017-10-02 11:37:16 -07:00
test.js tests: drop jasmine test runner (#1519) 2017-12-07 16:37:22 -08:00