You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ For testing your Source programs, you need `node` and `yarn`.
68
68
Write your test cases in the folder `__tests__` in each `src` subfolder. The name of the file specifies the targeted Source.
69
69
For example, `src/steppers/source-0.js` is the Source and a test case might be `src/steppers/__tests__/source-0.js.test1`.
70
70
71
-
Each test case is appended to your Source, and then run, using Source §4. The last line of the test case is a comment that must contain the expected result. For example, a stepper test case may be:
71
+
Each test case is appended to your Source, and then run with `js-slang` (using Source §4). The last line of the test case is a comment that must contain the expected result. For example, a stepper test case may be:
0 commit comments