Skip to content

Commit 573185f

Browse files
committed
chore: additional test fixtures
1 parent 2c3dd40 commit 573185f

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

Makefile

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,18 @@ dev:
2626
yarn tsc -w
2727

2828
.PHONY: fixtures
29-
fixtures: __tests__/fixtures/petstore.json
29+
fixtures: petstore test1
30+
31+
.PHONY: petstore
32+
petstore: __tests__/fixtures/petstore.json
3033
node --enable-source-maps dist/bin/index.js \
3134
-i __tests__/fixtures/petstore.json \
3235
-o __tests__/fixtures/petstore
33-
yarn prettier --write __tests__/fixtures/petstore
36+
yarn prettier --write __tests__/fixtures/petstore
37+
38+
.PHONY: test1
39+
test1: __tests__/fixtures/test1.json
40+
node --enable-source-maps dist/bin/index.js \
41+
-i __tests__/fixtures/test1.json \
42+
-o __tests__/fixtures/test1
43+
yarn prettier --write __tests__/fixtures/test1

0 commit comments

Comments
 (0)