Skip to content

Commit

Permalink
Fixed integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
ncave committed Nov 25, 2024
1 parent cb33772 commit ef18e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integration/Integration/CompilationTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ let tests =
Expect.equal exitCode 0 "Expected exit code to be 0"

let normalize content =
Regex.Replace(content, @"(/fable-library-js)[.0-9]+", "$1")
Regex.Replace(content, @"(/fable-library-js)[^/]+", "$1")
|> _.ReplaceLineEndings()
|> _.Trim()

Expand Down

0 comments on commit ef18e21

Please sign in to comment.