Skip to content

Commit d957be3

Browse files
kevinwang5658github-actions[bot]
authored andcommitted
fix: Linux test fixes for macos-settings resource
1 parent ded515a commit d957be3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/macos/macos-settings.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import { describe, expect, it } from 'vitest';
22
import { PluginTester, testSpawn } from '@codifycli/plugin-test';
33
import * as path from 'node:path';
4+
import { Utils } from '@codifycli/plugin-core';
45

5-
describe('macos-settings resource integration tests', async () => {
6+
describe('macos-settings resource integration tests', { skip: !Utils.isMacOS() }, async () => {
67
const pluginPath = path.resolve('./src/index.ts');
78

89
it('Can configure mouse natural scrolling', { timeout: 300000 }, async () => {

0 commit comments

Comments
 (0)