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
Next Next commit
drop the shoulds
  • Loading branch information
booleanbetrayal authored Jul 20, 2018
commit dcec62661e5865e5b8eb8c47bbfd87fc9906807e
4 changes: 2 additions & 2 deletions e2e/__tests__/jest_changed_files.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ test('gets changed files for git', async () => {
).toEqual(['file5.txt']);
});

test('should only monitor root paths for git', async () => {
test('monitors root paths for git', async () => {
writeFiles(DIR, {
'file1.txt': 'file1',
'nested_dir/file2.txt': 'file2',
Expand Down Expand Up @@ -346,7 +346,7 @@ test('gets changed files for hg', async () => {
).toEqual(['file5.txt']);
});

test('should only monitor root paths for hg', async () => {
test('monitors root paths for hg', async () => {
if (process.env.CI) {
// Circle and Travis have very old version of hg (v2, and current
// version is v4.2) and its API changed since then and not compatible
Expand Down