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
2019-01-26 02:09:36 +01:00

9 lines
181 B
TypeScript

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