Update text in test descriptions and logging
Co-authored-by: MaksimZhukov <[email protected]>
This commit is contained in:
co-authored by
MaksimZhukov
parent
9cfddd0144
commit
51cc5e079c
@@ -11,7 +11,7 @@ jest.mock('@actions/github');
|
||||
describe('checkAllChangedFiles', () => {
|
||||
const changedFiles = ['foo.txt', 'bar.txt'];
|
||||
|
||||
describe('when the globs match every file that has changed', () => {
|
||||
describe('when the globs match every file that has been changed', () => {
|
||||
const globs = ['*.txt'];
|
||||
|
||||
it('returns true', () => {
|
||||
|
||||
Reference in New Issue
Block a user