Reenable tests

This commit is contained in:
Jordan Eldredge 2019-07-11 20:57:18 -07:00
parent 0abccdd211
commit 6ce7193bc0

View file

@ -68,7 +68,7 @@ describe("can use basic operators", () => {
}
versions.forEach(version => {
test.only(`with bytecode compiled by ${version}`, () => {
test(`with bytecode compiled by ${version}`, () => {
try {
runFile(`./reference/maki_compiler/${version}/basicTests.maki`);
} catch (e) {