summaryrefslogtreecommitdiff
path: root/package.json
blob: 4774a18aff848144025725af5954bb165a61fd35 (plain)
1
2
3
4
5
6
7
8
9
{
  "devDependencies": {
    "jest": "^29.5.0"
  },

  "scripts": {
  	"test": "jest"
  }
}