Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix linter warnings
  • Loading branch information
rafeca committed Jul 13, 2018
commit 1fe87e5edb42aff09d252d355f5c503f2b7dc967
Original file line number Diff line number Diff line change
Expand Up @@ -417,10 +417,7 @@ describe('watchman watch', () => {

expect(query[2].fields).toEqual(['name', 'exists', 'mtime_ms']);

expect(query[2].glob).toEqual([
'**/*.js',
'**/*.json',
]);
expect(query[2].glob).toEqual(['**/*.js', '**/*.json']);

expect(data.clocks).toEqual({
[ROOT_MOCK]: 'c:fake-clock:1',
Expand Down