Skip to content

Commit 53a0ca3

Browse files
oxe-ioxe-iSleeplessByte
authored
Forth test (#950)
* Create forth/oxe-b folder * add test result for forth exercise * remove unnecessary files from ./test/fixtures/forth/oxe-b * add and rename results.json to expected_results.json * Delete test/fixtures/forth/oxe-b/.exercism/metadata.json Removing the personal metadata * Make it pass --------- Co-authored-by: oxe-i <oxe-b@gmail.com> Co-authored-by: Derk-Jan Karrenbeld <derk-jan+github@karrenbeld.info>
1 parent 48ca6f9 commit 53a0ca3

File tree

5 files changed

+848
-3
lines changed

5 files changed

+848
-3
lines changed

test/dev.test.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { assertPass } from './asserts.mjs'
1111
import { fixtures } from './paths.mjs'
1212

1313
assertPass(
14-
'clock',
15-
join(fixtures, 'clock', 'pass'),
16-
join(fixtures, 'clock', 'pass')
14+
'forth',
15+
join(fixtures, 'forth', 'oxe-b'),
16+
join(fixtures, 'forth', 'oxe-b')
1717
)
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"authors": [
3+
"matthewmorgan"
4+
],
5+
"contributors": [
6+
"brendanmckeown",
7+
"jagdish-15",
8+
"slaymance",
9+
"SleeplessByte",
10+
"tejasbubane",
11+
"tgujar",
12+
"xarxziux"
13+
],
14+
"files": {
15+
"solution": [
16+
"forth.js"
17+
],
18+
"test": [
19+
"forth.spec.js"
20+
],
21+
"example": [
22+
".meta/proof.ci.js"
23+
]
24+
},
25+
"blurb": "Implement an evaluator for a very simple subset of Forth.",
26+
"custom": {
27+
"version.tests.compatibility": "jest-27",
28+
"flag.tests.task-per-describe": false,
29+
"flag.tests.may-run-long": false,
30+
"flag.tests.includes-optional": false
31+
}
32+
}

0 commit comments

Comments
 (0)