Skip to content

Commit

Permalink
disable js tests because it fails with
Browse files Browse the repository at this point in the history
new RegExp(..., "dg") fails with invalid flags for
some reason
  • Loading branch information
Nimaoth committed Jan 21, 2024
1 parent 48fc1cc commit 17181db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/unit/input/tinput.nim
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ discard """
action: "run"
cmd: "nim $target --nimblePath:./nimbleDir/simplePkgs $options $file"
timeout: 60
targets: "c js"
targets: "c"
matrix: ""
"""

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/ttext_document.nim
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ discard """
action: "run"
cmd: "nim $target --nimblePath:./nimbleDir/simplePkgs $options $file"
timeout: 60
targets: "c js"
targets: "c"
matrix: ""
"""

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/tui_node.nim
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ discard """
action: "run"
cmd: "nim $target --nimblePath:./nimbleDir/simplePkgs $options $file"
timeout: 60
targets: "c js"
targets: "c"
matrix: ""
"""

Expand Down

0 comments on commit 17181db

Please sign in to comment.