DEV: Update chrome-launcher from 0.15.2 to 1.1.0 (#25909)

This commit is contained in:
Jarek Radosz
2024-02-27 11:25:11 +01:00
committed by GitHub
parent a8a39d86b4
commit b337ae5ae9
4 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ task "smoke:test" do
node_arguments = []
node_arguments << "--inspect-brk" if ENV["DEBUG_NODE"]
node_arguments << "#{Rails.root}/test/smoke_test.js"
node_arguments << "#{Rails.root}/test/smoke-test.mjs"
node_arguments << url
IO