This repository has been archived on 2024-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
parcel-plugin-wrapper/test/test.ts

9 lines
181 B
TypeScript
Raw Normal View History

2019-01-26 01:09:36 +00:00
import { expect, tap } from '@pushrocks/tapbundle';
import * as parcelPluginWrapper from '../ts/index';
tap.test('first test', async () => {
console.log('ok');
});
tap.start();