mirror of https://github.com/Kylart/KawAnime.git
10 lines
194 B
JavaScript
10 lines
194 B
JavaScript
|
import test from 'ava'
|
||
|
// import request from 'supertest'
|
||
|
|
||
|
// import { makeApp } from './utils.js'
|
||
|
// import clean from '../clean.js'
|
||
|
|
||
|
// test.after('Cleaning', clean)
|
||
|
|
||
|
test.todo('Make tests?')
|