Skip to content

Commit

Permalink
test: fix e2e cli test regex (#1919)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Apr 15, 2024
1 parent fd6a498 commit 5d9845a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cli-version/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ import { execa } from "execa"
import assert from "node:assert"

const { stdout } = await execa("lingui", ["--version"])
assert.match(stdout, /^\d\.\d\.\d/)
assert.match(stdout, /^\d\.\d+\.\d+/)

0 comments on commit 5d9845a

Please sign in to comment.