fix(core): update
This commit is contained in:
11
test/test.nonci.ts
Normal file
11
test/test.nonci.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { expect, tap } from '@push.rocks/tapbundle';
|
||||
import * as spark from '../ts/index.js';
|
||||
|
||||
let testSpark: spark.Spark;
|
||||
|
||||
tap.test('should create a spark instance', async () => {
|
||||
testSpark = new spark.Spark();
|
||||
expect(testSpark).toBeInstanceOf(spark.Spark);
|
||||
});
|
||||
|
||||
tap.start();
|
Reference in New Issue
Block a user