Skip to content

Commit 103a84b

Browse files
authored
Merge pull request #31 from Igorbek/fixtures
Reorganize baselines
2 parents 0bddffc + ce0ac61 commit 103a84b

18 files changed

+438
-414
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,16 @@
2323
"typescript": "^2.5.2 || ^3.0"
2424
},
2525
"devDependencies": {
26-
"@types/jest": "^19.2.4",
26+
"@types/jest": "^23.3.13",
27+
"@types/jest-specific-snapshot": "^0.5.1",
2728
"@types/node": "^7.0.31",
2829
"@types/react": "^16.3.13",
2930
"jest": "20",
31+
"jest-specific-snapshot": "^1.0.0",
3032
"styled-components": "^2.1.2",
3133
"ts-jest": "20",
3234
"ts-node": "^3.3.0",
33-
"typescript": "^2.8.3"
35+
"typescript": "^3.3.1"
3436
},
3537
"files": [
3638
"dist"

src/__tests__/__snapshots__/baselines.test.ts.snap

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

0 commit comments

Comments
 (0)