-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix ci; add changeset; update description
- Loading branch information
1 parent
6bd8ed5
commit 4c94623
Showing
3 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"shallow-react-snapshot": patch | ||
--- | ||
|
||
React Shallow Snapshot is here! Now with changelogs, CI, automated release process and everything you would expect from a public node module. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,4 +26,4 @@ jobs: | |
- run: npm ci | ||
- run: npm run build | ||
- run: npm test | ||
- run: npm run lint:check | ||
- run: npm run lint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,12 @@ | |
"name": "shallow-react-snapshot", | ||
"version": "0.1.5", | ||
"workspaces": ["dependencies/*", "."], | ||
"keywords": ["shallow", "react", "snapshot", "testing", "jest"], | ||
"keywords": ["shallow", "react", "snapshot", "testing", "jest", "enzyme"], | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"scripts": { | ||
"build": "tsc -p tsconfig.build.json", | ||
"changeset": "changeset", | ||
"lint": "npx @biomejs/biome check .", | ||
"lint:fix": "npm run lint -- --write", | ||
"lint:fix:unsafe": "npm run lint -- --write --unsafe", | ||
|
@@ -16,7 +17,7 @@ | |
}, | ||
"author": "Filip Šátek <[email protected]>", | ||
"license": "MIT", | ||
"description": "", | ||
"description": "Enzyme-like shallow snapshots with React Testing Library", | ||
"devDependencies": { | ||
"@biomejs/biome": "^1.9.4", | ||
"@changesets/cli": "^2.27.12", | ||
|