mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
Add a todo to speed up dist.test.js
This commit is contained in:
parent
47e1adcd0e
commit
55bfa8dc77
@ -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')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user