Skip to content

Commit

Permalink
fix updateDefaultMode test
Browse files Browse the repository at this point in the history
  • Loading branch information
camden11 committed Nov 20, 2024
1 parent 3b735a1 commit ad78178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/__tests__/CLIConfiguration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ describe('config/CLIConfiguration', () => {
describe('updateDefaultMode()', () => {
it('throws when no config is loaded', () => {
expect(() => {
config.updateDefaultMode('newMode');
config.updateDefaultMode('draft');
}).toThrow();
});
});
Expand Down

0 comments on commit ad78178

Please sign in to comment.