mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-23 10:09:54 +00:00
test: Remove main test for now
This commit is contained in:
parent
0541993f3c
commit
03b7b3e3d3
1 changed files with 0 additions and 8 deletions
|
@ -1,8 +0,0 @@
|
||||||
import test from 'ava'
|
|
||||||
|
|
||||||
const fn = () => 'foo'
|
|
||||||
|
|
||||||
test('fn() returns foo', t => {
|
|
||||||
t.pass()
|
|
||||||
// t.is(fn(), 'foo');
|
|
||||||
})
|
|
Loading…
Reference in a new issue