Skip to content

Commit

Permalink
chore(deps): update dependencies (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
cap-Bernardito committed Aug 27, 2020
1 parent 40e6ae5 commit 13cebc1
Show file tree
Hide file tree
Showing 6 changed files with 1,979 additions and 1,814 deletions.
6 changes: 3 additions & 3 deletions globalSetup.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ const removeIllegalCharacterForWindows = require('./test/helpers/removeIllegalCh
const baseDir = path.resolve(__dirname, 'test/fixtures');

const specialFiles = {
'[special?directory]/nested/nestedfile.txt': '',
'[special?directory]/(special-*file).txt': 'special',
'[special?directory]/directoryfile.txt': 'new',
'[special$directory]/nested/nestedfile.txt': '',
'[special$directory]/(special-*file).txt': 'special',
'[special$directory]/directoryfile.txt': 'new',
};

module.exports = () => {
Expand Down
Loading

0 comments on commit 13cebc1

Please sign in to comment.