Skip to content

Commit

Permalink
chore: update snap
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 7, 2024
1 parent cf06ef6 commit 6c2ae2e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ describe('should execute tests in root folder', () => {
"!temp/.gitkeep",
"!temp/.gitkeep/**",
],
"name": "gitignore",
}
`)
})
Expand All @@ -46,6 +47,7 @@ describe('should execute tests in root folder', () => {
.toMatchInlineSnapshot(`
{
"ignores": [],
"name": "gitignore",
}
`)
})
Expand Down
4 changes: 4 additions & 0 deletions test/workspace-with-gitignore.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ describe('should execute tests in test/workspace-with-gitignore', () => {
"gitignoretest",
"**/gitignoretest/**",
],
"name": "gitignore",
}
`)
})
Expand All @@ -26,6 +27,7 @@ describe('should execute tests in test/workspace-with-gitignore', () => {
.toMatchInlineSnapshot(`
{
"ignores": [],
"name": "gitignore",
}
`)
})
Expand All @@ -38,6 +40,7 @@ describe('should execute tests in test/workspace-with-gitignore', () => {
"gitignoretest",
"**/gitignoretest/**",
],
"name": "gitignore",
}
`)
})
Expand All @@ -50,6 +53,7 @@ describe('should execute tests in test/workspace-with-gitignore', () => {
"gitignoretest",
"**/gitignoretest/**",
],
"name": "gitignore",
}
`)
})
Expand Down
3 changes: 3 additions & 0 deletions test/workspace-without-gitignore.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ describe('should execute tests in test/workspace-without-gitignore', () => {
"!temp/.gitkeep",
"!temp/.gitkeep/**",
],
"name": "gitignore",
}
`)
})
Expand All @@ -48,6 +49,7 @@ describe('should execute tests in test/workspace-without-gitignore', () => {
.toMatchInlineSnapshot(`
{
"ignores": [],
"name": "gitignore",
}
`)
})
Expand All @@ -62,6 +64,7 @@ describe('should execute tests in test/workspace-without-gitignore', () => {
.toMatchInlineSnapshot(`
{
"ignores": [],
"name": "gitignore",
}
`)
})
Expand Down

0 comments on commit 6c2ae2e

Please sign in to comment.