Skip to content

Commit

Permalink
0.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
endosama committed Feb 27, 2024
1 parent cb295f1 commit f585722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@endosama/rescript-jest-dom",
"version": "0.1.17",
"version": "0.1.18",
"description": "jest-dom bindings for Rescript",
"main": "index.js",
"scripts": {
"build": "rescript build -with-deps",
"clean": "rescript clean",
"start": "rescript build -w",
"test": "npm run build && jest",
"test-ci": "npm run build && jest --coverage --coverageDirectory='coverage'",
"test-ci": "npm run build && jest --coverage --coverageDirectory='coverage'",
"open-coverage": "open -a 'Google Chrome' ./coverage/index.html",
"watch:rescript": "rescript build -with-deps -w",
"watch:jest": "jest --coverage --watchAll",
Expand Down

0 comments on commit f585722

Please sign in to comment.