Skip to content

Commit a82c132

Browse files
committed
Get rid of testing for now
1 parent b1a65ea commit a82c132

File tree

6 files changed

+6
-78
lines changed

6 files changed

+6
-78
lines changed

bsconfig.json

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,14 @@
44
"bsc-flags": ["-bs-super-errors"],
55
"sources": [
66
{
7-
"dir": "src",
8-
"subdirs": [
9-
{ "dir": "__tests__", "type": "dev" }
10-
]
7+
"dir": "src"
118
}
129
],
13-
"package-specs": [
14-
{ "module": "es6", "in-source": true }
15-
],
10+
"package-specs": [{ "module": "es6", "in-source": true }],
1611
"suffix": ".bs.js",
1712
"namespace": true,
18-
"bs-dependencies": [
19-
"reason-react"
20-
],
21-
"bs-dev-dependencies": [
22-
"@glennsl/bs-jest",
23-
"bs-react-testing-library"
24-
],
13+
"bs-dependencies": ["reason-react"],
14+
"bs-dev-dependencies": [],
2515
"ppx-flags": [],
2616
"refmt": 3
2717
}

jest.config.js

Lines changed: 0 additions & 27 deletions
This file was deleted.

jest.setup.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@
1111
"reason-react",
1212
"reasonml",
1313
"bucklescript",
14+
"rescript",
1415
"react"
1516
],
1617
"files": [
1718
".gitignore",
18-
"babel.config.json",
1919
"bsconfig.json",
20-
"jest.config.js",
21-
"jest.setup.js",
2220
"README.md",
2321
"snowpack.config.js",
2422
"public/*",
@@ -34,23 +32,17 @@
3432
"build:re": "bsb -make-world",
3533
"clean:re": "bsb -clean-world",
3634
"start": "snowpack dev",
37-
"test": "jest"
35+
"test": "echo TODO"
3836
},
3937
"dependencies": {
4038
"react": "^17.0.1",
4139
"react-dom": "^17.0.1"
4240
},
4341
"devDependencies": {
44-
"@glennsl/bs-jest": "^0.6.0",
45-
"@snowpack/app-scripts-react": "^1.12.6",
4642
"@snowpack/plugin-dotenv": "^2.0.5",
4743
"@snowpack/plugin-react-refresh": "^2.4.0",
4844
"@snowpack/plugin-run-script": "^2.3.0",
49-
"@testing-library/jest-dom": "^5.11.8",
50-
"@testing-library/react": "^11.1.1",
5145
"bs-platform": "^8.4.2",
52-
"bs-react-testing-library": "^0.8.0",
53-
"jest": "^26.6.3",
5446
"reason-react": "^0.9.1",
5547
"snowpack": "^3.0.7"
5648
}

src/__tests__/App_test.res

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/__tests__/__snapshots__/App_test.bs.js.snap

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)