summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2019-12-13 14:28:33 +0200
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2019-12-16 22:52:01 +0200
commitdc61aa7691d70b9cc74c5077b49472e64a921f74 (patch)
treeba7ff894f1c7cb285669cefe9166fbbfbcc50677
parent1c138124a62bf971ace637ac76c752a488e99989 (diff)
downloadqtlocation-mapboxgl-dc61aa7691d70b9cc74c5077b49472e64a921f74.tar.gz
[node] Do not run query tests
We run them now with the native tool.
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 170ff866cc..7f74b16e4c 100644
--- a/Makefile
+++ b/Makefile
@@ -458,7 +458,6 @@ endif
.PHONY: test-node
test-node: node
npm test
- npm run test-query
npm run test-memory
#### Miscellaneous targets #####################################################