tween.js/test/unit/nodeunitheadless.js
Joe Pea 5767ff82b8 chore: convert test code to TypeScript
This is good for checking our own type definitions make sense. Some types were updated based on their usage in the tests.
2020-10-23 16:11:23 -07:00

3 lines
83 B
JavaScript

const {tests} = require('../../.tmp/tests.cjs.js')
module.exports = {tween: tests}