fontloader/test/test.chrome.ts

9 lines
194 B
TypeScript
Raw Permalink Normal View History

2023-01-05 08:54:29 +00:00
import { expect, expectAsync, tap } from '@pushrocks/tapbundle';
import * as fontloader from '../ts/index.js';
tap.test('first test', async () => {
console.log(fontloader);
});
tap.start();