Skip to content

Commit

Permalink
chore: update jest
Browse files Browse the repository at this point in the history
  • Loading branch information
4gray committed Jul 15, 2022
1 parent 3adee4d commit b0bc1e9
Show file tree
Hide file tree
Showing 4 changed files with 3,133 additions and 2,378 deletions.
4 changes: 2 additions & 2 deletions electron/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import { app, BrowserWindow, Menu } from 'electron';
import * as path from 'path';
import * as url from 'url';
import { Api } from '../api';
import { AppMenu } from '../menu';
import { Api } from './api';
import { AppMenu } from './menu';
const contextMenu = require('electron-context-menu');

let win: BrowserWindow | null = null;
Expand Down
Loading

0 comments on commit b0bc1e9

Please sign in to comment.