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