mirror of
https://github.com/morten-olsen/react-native-debug-console.git
synced 2026-02-08 00:36:26 +01:00
Initial test setup
This commit is contained in:
13
tests/package.json
Normal file
13
tests/package.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "tests",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "jest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jest": "^24.8.0",
|
||||
"react-test-renderer": "^16.8.6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user