test: add testing framework
This commit is contained in:
parent
bbfd2f5711
commit
99ae3402a5
12 changed files with 563 additions and 24 deletions
6
test/lib/index.ts
Normal file
6
test/lib/index.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
export { testSuite } from "./harness";
|
||||
Loading…
Add table
Add a link
Reference in a new issue