chore: Remove ava from test setup

This commit is contained in:
Faruk AYDIN
2023-09-30 14:17:47 +02:00
parent 4402995132
commit 1a3418de58
4 changed files with 6 additions and 524 deletions

View File

@@ -1,8 +0,0 @@
import test from 'ava';
const fn = () => 'foo';
test('getUser graphQL query', (t) => {
// TODO: Write a test for getUser graphQL query
t.is(fn(), 'foo');
});