aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'))
})