From: Eduardo San Martin Morote Date: Tue, 22 Sep 2020 10:13:03 +0000 (+0200) Subject: test: add type tests X-Git-Tag: v2.0.0-alpha.1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=184df1458b7aa45c5c5fd01c3f5d18a2e31a04eb;p=thirdparty%2Fvuejs%2Fpinia.git test: add type tests --- 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",