Reenable tests

This commit is contained in:
Jordan Eldredge 2019-07-11 20:57:18 -07:00
parent 417e22f28e
commit c9fc58ea44

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) {