Skip to content

Commit

Permalink
better assert
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Jul 4, 2024
1 parent f8a5f11 commit 9e78dee
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1160,11 +1160,9 @@ jobs:
- false
include:
- test-application: 'create-remix-app'
build-command: 'test:build-sourcemaps'
assert-command: 'test:assert-sourcemaps'
label: 'create-remix-app (sourcemaps)'
- test-application: 'create-remix-app-legacy'
build-command: 'test:build-sourcemaps'
assert-command: 'test:assert-sourcemaps'
label: 'create-remix-app-legacy (sourcemaps)'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
"typecheck": "tsc",
"clean": "npx rimraf node_modules pnpm-lock.yaml",
"test:build": "pnpm install && npx playwright install && pnpm build",
"test:build-sourcemaps": "pnpm install && npx playwright install && pnpm build && pnpm upload-sourcemaps",
"test:assert": "pnpm playwright test",
"test:assert-sourcemaps": "pnpm -v"
"test:assert-sourcemaps": "pnpm upload-sourcemaps"
},
"dependencies": {
"@sentry/remix": "latest || *",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
"typecheck": "tsc",
"clean": "npx rimraf node_modules pnpm-lock.yaml",
"test:build": "pnpm install && npx playwright install && pnpm build",
"test:build-sourcemaps": "pnpm install && npx playwright install && pnpm build && pnpm upload-sourcemaps",
"test:assert": "pnpm playwright test",
"test:assert-sourcemaps": "pnpm -v"
"test:assert-sourcemaps": "pnpm upload-sourcemaps"
},
"dependencies": {
"@sentry/remix": "latest || *",
Expand Down

0 comments on commit 9e78dee

Please sign in to comment.