From 184df1458b7aa45c5c5fd01c3f5d18a2e31a04eb Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Tue, 22 Sep 2020 12:13:03 +0200 Subject: [PATCH] test: add type tests --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 90f54985..dcb77579 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "test:unit": "jest --coverage", "dev": "yarn run unit --watchAll", "pretest": "yarn run lint", - "test": "yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts" + "test": "yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn test:dts" }, "files": [ "dist/*.js", -- 2.47.2