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
2020-04-09 09:14:54 +02:00

6 lines
76 B
TypeScript

import test from 'ava';
test ('testing', (t) => {
t.is (true, true);
});