Skip to content

Commit 82895b3

Browse files
committed
Remove @jsx etch.dom from the tests
1 parent d01b4a5 commit 82895b3

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

test/unit/destroy-sync.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** @jsx etch.dom */
1+
22

33
const etch = require('../../dist/index')
44

test/unit/destroy.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** @jsx etch.dom */
1+
22

33
const etch = require('../../dist/index')
44

test/unit/dom.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** @jsx etch.dom */
1+
22

33
const etch = require('../../dist/index')
44

test/unit/function-refs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** @jsx etch.dom */
1+
22

33
const etch = require('../../dist/index')
44

test/unit/initialize.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** @jsx etch.dom */
1+
22

33
const etch = require('../../dist/index')
44

test/unit/patch.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** @jsx dom */
1+
22

33
const {assert} = require('chai')
44
const Random = require('random-seed')

test/unit/render.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** @jsx dom */
1+
22

33
const {assert} = require('chai')
44

test/unit/svg.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** @jsx etch.dom */
1+
22

33
const etch = require('../../dist/index')
44

test/unit/update-sync.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** @jsx etch.dom */
1+
22

33
const etch = require('../../dist/index')
44

test/unit/update.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** @jsx etch.dom */
1+
22

33
const etch = require('../../dist/index')
44

0 commit comments

Comments
 (0)