Skip to content

Commit

Permalink
chore: add comment to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JGAntunes committed Jan 13, 2021
1 parent c81bad4 commit 0096001
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/get-global-config.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ test.after.always('cleanup tmp directory and legacy config', async () => {
} catch (_) {}
})

// Not running tests in parallel as we're messing with the same config files

test.serial('should use legacy config values as default if exists and delete it', async (t) => {
const legacyConfig = { someOldKey: 'someOldValue', overrideMe: 'oldValue' }
const newConfig = { overrideMe: 'newValue' }
Expand Down

0 comments on commit 0096001

Please sign in to comment.