We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b68a80f commit 2dfcfd1Copy full SHA for 2dfcfd1
tests/verify.ts
@@ -236,7 +236,7 @@ export const fileExists = (file: string): Verify => {
236
237
export const pathDoNotExists = (path: string): Verify => {
238
return {
239
- name: `path ${path} exists`,
+ name: `path ${path} do not exists`,
240
verify: (_output: ExecuteOutput[]) => {
241
verifyNoPath(path);
242
return Promise.resolve();
0 commit comments