Skip to content

Commit 2b00aaf

Browse files
committed
remove tests
1 parent 6a76b24 commit 2b00aaf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ test-syntax-roundtrip:
3838

3939
test-gentype:
4040
make -C jscomp/gentype_tests/typescript-react-example clean test
41-
make -C jscomp/gentype_tests/typescript-res-node16 clean test
42-
make -C jscomp/gentype_tests/typescript-res-bundler clean test
4341

4442
test-all: test test-gentype
4543

@@ -63,8 +61,6 @@ checkformat:
6361

6462
clean-gentype:
6563
make -C jscomp/gentype_tests/typescript-react-example clean
66-
make -C jscomp/gentype_tests/typescript-res-node16 clean
67-
make -C jscomp/gentype_tests/typescript-res-bundler clean
6864

6965
clean:
7066
dune clean

0 commit comments

Comments
 (0)