aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-11-20 16:45:16 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-11-28 13:47:39 +0100
commitdba8a3b3ae182a0ece04f14f1339b81ff0893fd3 (patch)
tree99e3959ee804c1bd80a82597da164d57f96cd367
parentb5bd292b7d042690336e08dcd423894449c36c66 (diff)
downloadsvg.js-dba8a3b3ae182a0ece04f14f1339b81ff0893fd3.tar.gz
svg.js-dba8a3b3ae182a0ece04f14f1339b81ff0893fd3.zip
include adopter tests in test bundle
-rw-r--r--rollup.tests.js2
-rw-r--r--spec/spec/utils/adopter.js2
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'))
})