Skip to content

Commit

Permalink
chore: remove unused test files
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic committed Oct 18, 2023
1 parent 82ee287 commit 77694d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:

jobs:
build:
name: Unit tests
name: Lint
runs-on: ${{ matrix.os }}

strategy:
Expand All @@ -32,5 +32,3 @@ jobs:
run: npm install
- name: Linting
run: npm run format:ci
- name: Run unit tests
run: npm test
1 change: 0 additions & 1 deletion packages/remix-adapter/test/setup.ts

This file was deleted.

0 comments on commit 77694d9

Please sign in to comment.