Skip to content

Commit

Permalink
Fix jest issues by removing it 😅
Browse files Browse the repository at this point in the history
  • Loading branch information
tsapeta committed Sep 30, 2021
1 parent d71d547 commit 3617e05
Show file tree
Hide file tree
Showing 3 changed files with 2,820 additions and 2,630 deletions.
22 changes: 0 additions & 22 deletions jest.config.js

This file was deleted.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-three",
"version": "6.0.0",
"version": "6.0.1",
"sideEffects": true,
"description": "Utilities for using THREE.js with Expo",
"main": "build/index.js",
Expand Down Expand Up @@ -55,9 +55,9 @@
"devDependencies": {
"@types/three": "^0.103.2",
"eslint": "^6.8.0",
"expo-module-scripts": "^1.2.0",
"jest": "^25.1.0",
"jest-expo": "^43.0.0-beta.1",
"expo-asset": "~8.4.0",
"expo-file-system": "~13.0.0",
"expo-module-scripts": "^2.0.0",
"prettier": "^1.19.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
Expand Down
Loading

0 comments on commit 3617e05

Please sign in to comment.