We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa30c9d commit 0d79975Copy full SHA for 0d79975
tests/integration/sortable/sortableTest.js
@@ -1,5 +1,3 @@
1
-const chai = window.chai;
2
-
3
describe("Sortable tests", () => {
4
const username0 = "test0";
5
const username1 = "test1";
tests/integration/sortable/sortableTest2.js
@@ -1,9 +1,4 @@
-//with generated key
-describe("Sortable test with generated key", () => {
6
+describe("Sortable test 2", () => {
7
const sentc = window.Sentc.default;
8
9
before(async () => {
0 commit comments