Skip to content

Commit 0d79975

Browse files
fixed wrong const
1 parent fa30c9d commit 0d79975

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

tests/integration/sortable/sortableTest.js

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
const chai = window.chai;
2-
31
describe("Sortable tests", () => {
42
const username0 = "test0";
53
const username1 = "test1";

tests/integration/sortable/sortableTest2.js

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
//with generated key
2-
3-
const chai = window.chai;
4-
5-
describe("Sortable test with generated key", () => {
6-
1+
describe("Sortable test 2", () => {
72
const sentc = window.Sentc.default;
83

94
before(async () => {

0 commit comments

Comments
 (0)