Skip to content

Commit c2fb990

Browse files
committed
better assert
1 parent 996d811 commit c2fb990

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,11 +1158,9 @@ jobs:
11581158
- false
11591159
include:
11601160
- test-application: 'create-remix-app'
1161-
build-command: 'test:build-sourcemaps'
11621161
assert-command: 'test:assert-sourcemaps'
11631162
label: 'create-remix-app (sourcemaps)'
11641163
- test-application: 'create-remix-app-legacy'
1165-
build-command: 'test:build-sourcemaps'
11661164
assert-command: 'test:assert-sourcemaps'
11671165
label: 'create-remix-app-legacy (sourcemaps)'
11681166

dev-packages/e2e-tests/test-applications/create-remix-app-legacy/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
"typecheck": "tsc",
1010
"clean": "npx rimraf node_modules pnpm-lock.yaml",
1111
"test:build": "pnpm install && npx playwright install && pnpm build",
12-
"test:build-sourcemaps": "pnpm install && npx playwright install && pnpm build && pnpm upload-sourcemaps",
1312
"test:assert": "pnpm playwright test",
14-
"test:assert-sourcemaps": "pnpm -v"
13+
"test:assert-sourcemaps": "pnpm upload-sourcemaps"
1514
},
1615
"dependencies": {
1716
"@sentry/remix": "latest || *",

dev-packages/e2e-tests/test-applications/create-remix-app/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
"typecheck": "tsc",
1010
"clean": "npx rimraf node_modules pnpm-lock.yaml",
1111
"test:build": "pnpm install && npx playwright install && pnpm build",
12-
"test:build-sourcemaps": "pnpm install && npx playwright install && pnpm build && pnpm upload-sourcemaps",
1312
"test:assert": "pnpm playwright test",
14-
"test:assert-sourcemaps": "pnpm -v"
13+
"test:assert-sourcemaps": "pnpm upload-sourcemaps"
1514
},
1615
"dependencies": {
1716
"@sentry/remix": "latest || *",

0 commit comments

Comments
 (0)