8 lines
130 B
TypeScript
8 lines
130 B
TypeScript
|
|
/**
|
||
|
|
* Main test entry point
|
||
|
|
* Imports all test files
|
||
|
|
*/
|
||
|
|
|
||
|
|
import './test.memory.provider.js';
|
||
|
|
import './test.node.provider.js';
|