Skip to content

Commit

Permalink
chore: Remove lint from bats tests
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Aug 8, 2024
1 parent 9bec146 commit a79ddb9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests-user/tests/create-lz-oapp.bats
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,6 @@ teardown() {
cd "$DESTINATION"
pnpm compile
pnpm test
pnpm lint
pnpm lint:fix
}

@test "should work with yarn & oapp example in CI mode" {
Expand Down Expand Up @@ -220,8 +218,6 @@ teardown() {
cd "$DESTINATION"
yarn compile
yarn test
yarn lint
yarn lint:fix
}

@test "should work with npm & oapp example in CI mode" {
Expand Down Expand Up @@ -275,6 +271,4 @@ teardown() {
cd "$DESTINATION"
npm run compile
npm run test
npm run lint
npm run lint:fix
}

0 comments on commit a79ddb9

Please sign in to comment.