Skip to content

Commit 12e45c3

Browse files
committed
2 parents 996f4e8 + 92151d2 commit 12e45c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The virtual machines in this section are SECD-style and follow a description in
6565

6666
For testing your Source programs, you need `node` and `yarn`.
6767

68-
Write your test cases in a folder `__tests__` in each `src` subfolder. The name of the file specifies the targeted Source of your test case. For example, if `src/steppers/source-0.js` is the Source, a test case might be `src/steppers/__tests__/source-0.js.test1`.
68+
Write your test cases in a folder `__tests__` in each `src` subfolder. The name of the file specifies the targeted Source of your test case. For example, if `src/steppers/source-0.js` is the Source, a test case might be `src/steppers/__tests__/source-0.test1.js`.
6969

7070
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:
7171
```
@@ -81,6 +81,7 @@ Run all test cases by typing:
8181
```
8282
% yarn test
8383
```
84+
[Integration of the `test` script with `src/test/framework/` is pending; any help appreciated.]
8485

8586
# License
8687

0 commit comments

Comments
 (0)