summaryrefslogtreecommitdiffstats
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, 1 insertions, 0 deletions
diff --git a/spec/spec/elements/G.js b/spec/spec/elements/G.js
index e9f803f..2cd73fe 100644
--- a/spec/spec/elements/G.js
+++ b/spec/spec/elements/G.js
@@ -147,6 +147,7 @@ describe('G.js', () => {
expect(g.y()).toBe(g.bbox().y)
expect(g.y()).toBe(20)
})
+
it('calls move with the paramater as y', () => {
const canvas = SVG().addTo(container)
const g = canvas.group()