From dba8a3b3ae182a0ece04f14f1339b81ff0893fd3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulrich-Matthias=20Sch=C3=A4fer?= Date: Tue, 20 Nov 2018 16:45:16 +0100 Subject: [PATCH] include adopter tests in test bundle --- rollup.tests.js | 2 +- spec/spec/utils/adopter.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rollup.tests.js b/rollup.tests.js index c821a79..655654b 100644 --- a/rollup.tests.js +++ b/rollup.tests.js @@ -2,7 +2,7 @@ import babel from 'rollup-plugin-babel' import multiEntry from 'rollup-plugin-multi-entry' export default { - input: ['spec/setupBrowser.js', 'spec/spec/types/*.js'], + input: ['spec/setupBrowser.js', 'spec/spec/types/*.js', 'spec/spec/utils/*.js'], output: { file: 'spec/es5TestBundle.js', name: 'SVGTests', diff --git a/spec/spec/utils/adopter.js b/spec/spec/utils/adopter.js index e038a5d..53ee198 100644 --- a/spec/spec/utils/adopter.js +++ b/spec/spec/utils/adopter.js @@ -103,7 +103,7 @@ describe('Adopter.js', () => { }) }) - describe('edi()', () => { + describe('eid()', () => { it('returns a unique id', () => { expect(eid('foo')).not.toBe(eid('foo')) }) -- 2.39.5