This repository has been archived on 2020-08-13. You can view files and clone it, but cannot push or open issues or pull requests.
requestor/test/main.ts

6 lines
76 B
TypeScript
Raw Normal View History

2020-04-09 09:14:54 +02:00
import test from 'ava';
test ('testing', (t) => {
t.is (true, true);
});