1
1
mirror of https://github.com/primer/css.git synced 2024-12-28 08:31:58 +03:00

pass args through to ava from script/test-docs

This commit is contained in:
Shawn Allen 2018-05-03 15:15:05 -07:00
parent 27b96acca7
commit ab9cc3e0ea

View File

@ -1,3 +1,3 @@
#!/bin/bash
set -e
$(dirname $0)/npm-run ava --verbose $(dirname $0)/../tests/modules/test-document-styles.js
$(dirname $0)/npm-run ava --verbose $(dirname $0)/../tests/modules/test-document-styles.js "$@"