diff options
author | sanine <sanine.not@pm.me> | 2022-05-23 23:13:29 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-05-23 23:13:29 -0500 |
commit | 4d1f202e07b7a0f98e2d3dff62630a528f53a4f8 (patch) | |
tree | 6f28a612ab06f5463fb415e9bf9777e6917e7d6e /package.json |
initial commit
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..1368716 --- /dev/null +++ b/package.json @@ -0,0 +1,5 @@ +{ + "scripts": { + "test": "jest" + } +} |