dyna3/coffeetest/external.coffee

7 lines
180 B
CoffeeScript
Raw Normal View History

2019-12-11 17:07:43 +00:00
import test from 'ava'
import {three, threeLoaded} from '../site/externals.js'
test "load three", (t) ->
await threeLoaded
t.not(three, null, 'three loaded successfully')