We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b46886 commit c729171Copy full SHA for c729171
src/test/scala/sri/materialui/SimpleTest.scala
@@ -2,7 +2,7 @@ package sri.materialui
2
3
class SimpleTest extends BaseTest {
4
5
- test("simple", () => {
+ test("simple") {
6
expect(true).toBeTruthy()
7
- })
+ }
8
}
0 commit comments