Set up testing with Ava
This commit is contained in:
parent
eb81cee609
commit
c3995d6fcb
6 changed files with 3884 additions and 31 deletions
6
coffeetest/external.coffee
Normal file
6
coffeetest/external.coffee
Normal file
|
@ -0,0 +1,6 @@
|
|||
import test from 'ava'
|
||||
import {three, threeLoaded} from '../site/externals.js'
|
||||
|
||||
test "load three", (t) ->
|
||||
await threeLoaded
|
||||
t.not(three, null, 'three loaded successfully')
|
Loading…
Add table
Add a link
Reference in a new issue