Skip to content

Commit

Permalink
Update main.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed May 15, 2024
1 parent c8376a6 commit 1f1eb5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/main.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,12 @@ describe('exportAppStatus', () => {
describe('exportEditorConfig', () => {
beforeEach(() => {
editorConfig.editorPath = '';
editorConfig.cmdArgs = [];
editorConfig.cmdArgs = '';
editorConfig.hasPlaceholder = false;
});
afterEach(() => {
editorConfig.editorPath = '';
editorConfig.cmdArgs = [];
editorConfig.cmdArgs = '';
editorConfig.hasPlaceholder = false;
});

Expand Down

0 comments on commit 1f1eb5c

Please sign in to comment.