commitinfo/test/test.ts
2022-04-25 09:58:42 +02:00

9 lines
194 B
TypeScript

import { expect, expectAsync, tap } from '@pushrocks/tapbundle';
import * as commitinfo from '../ts/index.js';
tap.test('first test', async () => {
console.log(commitinfo);
});
tap.start();