2019-11-13 16:21:52 +00:00
|
|
|
import { expect, tap } from '@pushrocks/tapbundle';
|
|
|
|
import * as letterxpress from '../ts/index';
|
|
|
|
|
|
|
|
tap.test('first test', async () => {
|
2019-11-18 14:42:07 +00:00
|
|
|
console.log('first test');
|
2019-11-13 16:21:52 +00:00
|
|
|
});
|
|
|
|
|
|
|
|
tap.start();
|