dyna3/coffeetest/external.coffee

7 lines
180 B
CoffeeScript

import test from 'ava'
import {three, threeLoaded} from '../site/externals.js'
test "load three", (t) ->
await threeLoaded
t.not(three, null, 'three loaded successfully')