Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
rm ;
Browse files Browse the repository at this point in the history
  • Loading branch information
darangi committed May 7, 2020
1 parent 745a6c6 commit e807e86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/editor-binding.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ changed. The stable and beta version of atom still uses electron 4 inorder to su
versions, the assertions need to be made accordingly. In the future when stable and beta start compiling against
electron 5, these assertions will be simplified.
*/
const appName = atom.getAppName().toLowerCase();
const isDevOrBetaBuild = appName.indexOf('atom dev') > -1 || appName.indexOf('atom beta') > -1;
const appName = atom.getAppName().toLowerCase()
const isDevOrBetaBuild = appName.indexOf('atom dev') > -1 || appName.indexOf('atom beta') > -1

suite('EditorBinding', function () {
if (process.env.CI) this.timeout(process.env.TEST_TIMEOUT_IN_MS)
Expand Down

0 comments on commit e807e86

Please sign in to comment.