mirror of
https://github.com/primer/css.git
synced 2024-11-11 04:00:54 +03:00
3 lines
96 B
Bash
Executable File
3 lines
96 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
npx ava --verbose $(dirname $0)/../tests/modules/test-document-styles.js "$@" |