Skip to content

Commit

Permalink
disable tla test
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Apr 2, 2024
1 parent 700997b commit f251dfb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/sample/src/cli.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ describe("parse", () => {
await $`node ${cli} ${cmd} ${action} src/counting.py "(class_definition) @i"`
assert(res.stdout.includes("class_definition"))
})
test("ewd.tla", async () => {
const res =
await $`node ${cli} ${cmd} ${action} src/tla/EWD998PCal.tla "(local_definition) @i"`
assert(res.stdout.includes("local_definition"))
})
// test("ewd.tla", async () => {
// const res =
// await $`node ${cli} ${cmd} ${action} src/tla/EWD998PCal.tla "(local_definition) @i"`
// assert(res.stdout.includes("local_definition"))
// })
test("README.md not supported", async () => {
const res =
await $`node ${cli} ${cmd} ${action} README.md`.nothrow()
Expand Down

0 comments on commit f251dfb

Please sign in to comment.