Add a todo to speed up dist.test.js

This commit is contained in:
jos 2019-05-04 14:40:50 +02:00
parent 47e1adcd0e
commit 55bfa8dc77

View File

@ -6,6 +6,8 @@ import { validateBundle } from '../tools/validateBundle'
const version = require('../package.json').version
const { expectedInstanceStructure } = createSnapshotFromFactories(factoriesAny)
// TODO: dist.test.js is relatively slow because math.js and math.min.js are bundled with this test code. Find a solution for that
describe('dist', function () {
it('should load dist/math.js', function () {
const math = require('../dist/math.js')