Skip to content

Commit

Permalink
Avoid invalid characters in fixture directories (for Windows).
Browse files Browse the repository at this point in the history
  • Loading branch information
m-allanson authored and jeddy3 committed Aug 31, 2020
1 parent e22cae5 commit 1ef46e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/__tests__/standalone-globs.test.js
Expand Up @@ -22,7 +22,7 @@ describe('standalone globbing', () => {
const fixtureDirs = [
`[digit]/not-digits`,
`with spaces`,
`extglob?(s)`,
`extglob!(s)`,
`got!negate/negate`,
// `extglob+(s)`, // Note: +'s cause errors. Ignoring until it becomes a problem
];
Expand Down

0 comments on commit 1ef46e0

Please sign in to comment.