Skip to content

Commit

Permalink
chore: x64 binary
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuineng committed Oct 30, 2023
1 parent 6f19553 commit 3291f77
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Binary file added resource/swift/mouse-drag-x64
Binary file not shown.
Binary file added resource/swift/ocr-x64
Binary file not shown.
6 changes: 0 additions & 6 deletions test/jxaUtil.test.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
import { jxaUtil } from '../src/core/jxa/jxaUtil';
import MacacaMacOS from '../src/macaca-macos';
import assert from 'assert';
import os from 'os';

describe.skip('jxaUtil unit testing', function() {

it('console arch', async function() {
this.timeout(0);
console.log(os.arch());
});

it('focusApp should be ok', async () => {
await jxaUtil.focusApp('Notes');
const win = await new MacacaMacOS().getAppSizePosition('Notes');
Expand Down

0 comments on commit 3291f77

Please sign in to comment.