Skip to content

Commit 1abf40c

Browse files
committed
fix config.json
1 parent c5a1d5d commit 1abf40c

File tree

1 file changed

+10
-1
lines changed
  • exercises/practice/protein-translation/.meta

1 file changed

+10
-1
lines changed

exercises/practice/protein-translation/.meta/config.json

+10-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,17 @@
1111
],
1212
"example": [
1313
".meta/proof.ci.wat"
14+
],
15+
"invalidator": [
16+
"package.json"
1417
]
1518
},
1619
"blurb": "Translate RNA sequences into proteins.",
17-
"source": "Tyler Long"
20+
"source": "Tyler Long",
21+
"custom": {
22+
"version.tests.compatibility": "jest-27",
23+
"flag.tests.task-per-describe": false,
24+
"flag.tests.may-run-long": false,
25+
"flag.tests.includes-optional": false
26+
}
1827
}

0 commit comments

Comments
 (0)