10 lines
No EOL
187 B
Markdown
10 lines
No EOL
187 B
Markdown
---
|
|
title: "run changed tests"
|
|
date: 2021-02-01T15:48:43+01:00
|
|
draft: false
|
|
snippet_types:
|
|
- npm
|
|
- git
|
|
---
|
|
|
|
npm run test -- $(git diff master --name-only | rg 'test\.ts') --coverage=false |