From 1b2001af6fe6a085265757567a7dd6b27f04df0d Mon Sep 17 00:00:00 2001 From: Jon Rohan Date: Wed, 26 Jul 2017 10:44:53 -0700 Subject: [PATCH] Renaming ava script to test-docs --- modules/primer-breadcrumb/package.json | 4 ++-- modules/primer-marketing-type/package.json | 4 ++-- modules/primer-table-object/package.json | 4 ++-- modules/primer-tooltips/package.json | 4 ++-- modules/primer-truncate/package.json | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/modules/primer-breadcrumb/package.json b/modules/primer-breadcrumb/package.json index 21570a08..87a637b1 100644 --- a/modules/primer-breadcrumb/package.json +++ b/modules/primer-breadcrumb/package.json @@ -17,11 +17,11 @@ "url": "https://github.com/primer/primer-css/issues" }, "scripts": { - "ava": "ava --verbose \"../../tests/modules/test-*.js\"", + "test-docs": "ava --verbose \"../../tests/modules/test-*.js\"", "build": "primer-module-build index.scss", "prepare": "npm run build", "lint": "stylelint **/*.scss -c .stylelintrc.json -s scss", - "test": "npm run build && npm run lint && npm run ava" + "test": "npm run build && npm run lint && npm run test-docs" }, "dependencies": { "primer-marketing-support": "^1.1.0", diff --git a/modules/primer-marketing-type/package.json b/modules/primer-marketing-type/package.json index f7af4c66..2d760b37 100644 --- a/modules/primer-marketing-type/package.json +++ b/modules/primer-marketing-type/package.json @@ -17,11 +17,11 @@ "url": "https://github.com/primer/primer-css/issues" }, "scripts": { - "ava": "ava --verbose \"../../tests/modules/test-*.js\"", + "test-docs": "ava --verbose \"../../tests/modules/test-*.js\"", "build": "primer-module-build index.scss", "prepare": "npm run build", "lint": "stylelint **/*.scss -c .stylelintrc.json -s scss", - "test": "npm run build && npm run lint && npm run ava" + "test": "npm run build && npm run lint && npm run test-docs" }, "dependencies": { "primer-marketing-support": "^1.1.0", diff --git a/modules/primer-table-object/package.json b/modules/primer-table-object/package.json index 5be17180..31430358 100644 --- a/modules/primer-table-object/package.json +++ b/modules/primer-table-object/package.json @@ -17,11 +17,11 @@ "url": "https://github.com/primer/primer-css/issues" }, "scripts": { - "ava": "ava --verbose \"../../tests/modules/test-*.js\"", + "test-docs": "ava --verbose \"../../tests/modules/test-*.js\"", "build": "primer-module-build index.scss", "prepare": "npm run build", "lint": "stylelint **/*.scss -c .stylelintrc.json -s scss", - "test": "npm run build && npm run lint && npm run ava" + "test": "npm run build && npm run lint && npm run test-docs" }, "dependencies": { "primer-support": "^4.1.0" diff --git a/modules/primer-tooltips/package.json b/modules/primer-tooltips/package.json index 9032207a..44ec8c18 100644 --- a/modules/primer-tooltips/package.json +++ b/modules/primer-tooltips/package.json @@ -17,11 +17,11 @@ "url": "https://github.com/primer/primer-css/issues" }, "scripts": { - "ava": "ava --verbose \"../../tests/modules/test-*.js\"", + "test-docs": "ava --verbose \"../../tests/modules/test-*.js\"", "build": "primer-module-build index.scss", "prepare": "npm run build", "lint": "stylelint **/*.scss -c .stylelintrc.json -s scss", - "test": "npm run build && npm run lint && npm run ava" + "test": "npm run build && npm run lint && npm run test-docs" }, "dependencies": { "primer-support": "^4.1.0" diff --git a/modules/primer-truncate/package.json b/modules/primer-truncate/package.json index b919ff79..96f8b90a 100644 --- a/modules/primer-truncate/package.json +++ b/modules/primer-truncate/package.json @@ -17,11 +17,11 @@ "url": "https://github.com/primer/primer-css/issues" }, "scripts": { - "ava": "ava --verbose \"../../tests/modules/test-*.js\"", + "test-docs": "ava --verbose \"../../tests/modules/test-*.js\"", "build": "primer-module-build index.scss", "prepare": "npm run build", "lint": "stylelint **/*.scss -c .stylelintrc.json -s scss", - "test": "npm run build && npm run lint && npm run ava" + "test": "npm run build && npm run lint && npm run test-docs" }, "dependencies": { "primer-support": "^4.1.0"