Skip to content

Commit

Permalink
fix:
Browse files Browse the repository at this point in the history
missing package
  • Loading branch information
monyedavid committed Jan 6, 2025
1 parent 761c086 commit 8ad50cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions javascriptlib/src/mill/javascriptlib/TestModule.scala
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ object TestModule {
trait PlayWright extends TypeScriptModule with IntegrationSuite with TestModule {
override def npmDevDeps: T[Seq[String]] = Task {
super.npmDevDeps() ++ Seq(
"playwrigh@1.49.0",
"@playwright/test@1.49.0",
"glob@10.4.5"
)
Expand Down

0 comments on commit 8ad50cc

Please sign in to comment.