Skip to content

Commit 7acd555

Browse files
Jake ChampionJakeChampion
authored andcommitted
update e2e tests to use js cli
1 parent 1fc0755 commit 7acd555

File tree

29 files changed

+28
-66
lines changed

29 files changed

+28
-66
lines changed

integration-tests/js-compute/fixtures/async-select/fastly.toml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "async-select"
99
service_id = ""
1010

1111
[scripts]
12-
build = "../../../../target/release/js-compute-runtime"
12+
build = "node ../../../../js-compute-runtime-cli.js"
1313

1414
[local_server]
1515

integration-tests/js-compute/fixtures/backend/fastly.toml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "compute-sdk-test-backend"
99
service_id = ""
1010

1111
[scripts]
12-
build = "../../../../target/release/js-compute-runtime"
12+
build = "node ../../../../js-compute-runtime-cli.js"
1313

1414
[local_server]
1515

integration-tests/js-compute/fixtures/btoa/fastly.toml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ name = "btoa"
99
service_id = ""
1010

1111
[scripts]
12-
build = "../../../../target/release/js-compute-runtime"
12+
build = "node ../../../../js-compute-runtime-cli.js"
1313

integration-tests/js-compute/fixtures/byte-repeater/fastly.toml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "byte_repeater"
99
service_id = ""
1010

1111
[scripts]
12-
build = "../../../../target/release/js-compute-runtime"
12+
build = "node ../../../../js-compute-runtime-cli.js"
1313

1414
[local_server]
1515

integration-tests/js-compute/fixtures/config-store/fastly.toml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "config-store"
99
service_id = ""
1010

1111
[scripts]
12-
build = "../../../../target/release/js-compute-runtime"
12+
build = "node ../../../../js-compute-runtime-cli.js"
1313

1414
[local_server]
1515
[local_server.dictionaries]

integration-tests/js-compute/fixtures/console/fastly.toml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ name = "console"
99
service_id = ""
1010

1111
[scripts]
12-
build = "../../../../target/release/js-compute-runtime"
12+
build = "node ../../../../js-compute-runtime-cli.js"

integration-tests/js-compute/fixtures/dynamic-backend/fastly.toml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ name = "dynamic-backend"
99
service_id = ""
1010

1111
[scripts]
12-
build = "../../../../target/release/js-compute-runtime"
12+
build = "node ../../../../js-compute-runtime-cli.js"

integration-tests/js-compute/fixtures/edge-dictionary/fastly.toml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "edge-dictionary"
99
service_id = ""
1010

1111
[scripts]
12-
build = "../../../../target/release/js-compute-runtime"
12+
build = "node ../../../../js-compute-runtime-cli.js"
1313

1414
[local_server]
1515
[local_server.dictionaries]

integration-tests/js-compute/fixtures/env/fastly.toml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "env"
99
service_id = ""
1010

1111
[scripts]
12-
build = "../../../../target/release/js-compute-runtime"
12+
build = "node ../../../../js-compute-runtime-cli.js"
1313

1414
[local_server]
1515

integration-tests/js-compute/fixtures/error/fastly.toml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ name = "empty"
99
service_id = ""
1010

1111
[scripts]
12-
build = "../../../../target/release/js-compute-runtime"
12+
build = "node ../../../../js-compute-runtime-cli.js"
1313

0 commit comments

Comments
 (0)