From 55bfa8dc772e6fa00fcf191b88d8abd9b52b72bd Mon Sep 17 00:00:00 2001 From: jos Date: Sat, 4 May 2019 14:40:50 +0200 Subject: [PATCH] Add a todo to speed up dist.test.js --- test-dist/dist.test.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test-dist/dist.test.js b/test-dist/dist.test.js index 00752cf60..902f8eb0f 100644 --- a/test-dist/dist.test.js +++ b/test-dist/dist.test.js @@ -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')