We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de20528 commit d01420eCopy full SHA for d01420e
Makefile
@@ -6,6 +6,9 @@ clean:
6
install:
7
npm install
8
9
+snapshot:
10
+ npm run test:snapshot:update
11
+
12
test:
13
npm run test
14
0 commit comments