aboutsummaryrefslogtreecommitdiffstats
path: root/spec/spec/types/Base.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/spec/types/Base.js')
-rw-r--r--spec/spec/types/Base.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec/types/Base.js b/spec/spec/types/Base.js
index f0cdfaa..9a5cf16 100644
--- a/spec/spec/types/Base.js
+++ b/spec/spec/types/Base.js
@@ -5,7 +5,7 @@ import Base from '../../../src/types/Base.js'
const { any } = jasmine
describe('Base.js', () => {
- it('holds the base class', () => {
+ it('creates a new object of type Base', () => {
expect(new Base()).toEqual(any(Base))
})
})