aboutsummaryrefslogtreecommitdiffstats
path: root/spec/spec/elements/G.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/spec/elements/G.js')
-rw-r--r--spec/spec/elements/G.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/spec/elements/G.js b/spec/spec/elements/G.js
index 58dc07d..b46e232 100644
--- a/spec/spec/elements/G.js
+++ b/spec/spec/elements/G.js
@@ -5,7 +5,6 @@ import { G, SVG } from '../../../src/main.js'
const { any } = jasmine
describe('G.js', () => {
-
describe('()', () => {
it('creates a new object of type G', () => {
expect(new G()).toEqual(any(G))