Files
smartgit/test/test.ts

5 lines
107 B
TypeScript
Raw Normal View History

2019-06-18 15:17:50 +02:00
import { tap, expect } from '@pushrocks/tapbundle';
import * as smartgit from '../ts/index';
2016-06-12 16:46:59 +02:00
2019-06-18 15:17:50 +02:00
tap.start();