mirror of
https://github.com/primer/css.git
synced 2024-12-18 19:51:37 +03:00
4 lines
110 B
Bash
Executable File
4 lines
110 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
$(dirname $0)/npm-run ava --verbose $(dirname $0)/../tests/modules/test-document-styles.js
|