mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 09:37:17 +00:00
Reenable tests
This commit is contained in:
parent
0abccdd211
commit
6ce7193bc0
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue