From 15d3cc82527aeecd1df10dcc935762b0d1e341a0 Mon Sep 17 00:00:00 2001 From: Akseli Palen Date: Thu, 7 Nov 2024 03:48:15 +0200 Subject: [PATCH] devops: include type tests in main test sequence --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 886fe71..c73c234 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "scripts": { "start": "npm run start:examples_server", "start:examples_server": "python2.7 -m SimpleHTTPServer 8000", - "test": "npm run test:lint && npm run test:unit", + "test": "npm run test:lint && npm run test:unit && npm run test:types", "test:unit": "node test/index.test.js", "test:pretty": "node test/index.test.js | tap-arc", "test:lint": "standard index.js 'lib/**/*.js' 'test/**/*.js'",