Skip to content

Commit

Permalink
fixed: removed unused test
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Feb 24, 2024
1 parent 5331326 commit 99af0c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/e2e/test.e2e.js
Expand Up @@ -9,6 +9,5 @@ describe('Run the mocha tests', function () {
const testFailures = await browser.execute(() => window.testFailures)

expect(testFailures).toBe(0)
expect(true).toBe(true)
})
})

0 comments on commit 99af0c3

Please sign in to comment.