Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Deleted annotationForOuterClasses
  • Loading branch information
rudolf101 committed Jan 17, 2023
commit a27ab2b002dd5ba97680d660eb8af5f2060e88e4
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ class MochaManager(context: CgContext) : TestFrameworkManager(context) {
get() = TODO("Not yet implemented")
override val annotationForNestedClasses: CgAnnotation
get() = TODO("Not yet implemented")
override val annotationForOuterClasses: CgAnnotation
get() = TODO("Not yet implemented")

override fun assertEquals(expected: CgValue, actual: CgValue) {
+assertions[jsAssertEquals](expected, actual)
Expand Down