Skip to content

Commit

Permalink
fix: pass tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmnouira committed Feb 3, 2022
1 parent 67728e3 commit 6c71446
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 61 deletions.
2 changes: 0 additions & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
module.exports = {
preset: 'ts-jest',
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
testEnvironment: 'jsdom',
testMatch: ['<rootDir>/src/**/*.spec.ts', '<rootDir>/src/**/*.spec.tsx'],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"types": "types/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"test": "jest --passWithNoTests",
"test:update": "jest -u",
"test:ci": "jest --runInBand --detectOpenHandles",
"test:watch": "jest --watch",
Expand Down
58 changes: 0 additions & 58 deletions src/useIonicHeaderParallax.spec.tsx

This file was deleted.

0 comments on commit 6c71446

Please sign in to comment.