Skip to content

Commit

Permalink
fix: ci (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
levivilet authored Dec 22, 2024
1 parent bcb1f79 commit 795e0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ResolveFilePath.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { expect, test } from '@jest/globals'
import * as ResolveFilePath from '../src/parts/ResolveFilePath/ResolveFilePath.js'
import { join } from 'node:path'
import * as ResolveFilePath from '../src/parts/ResolveFilePath/ResolveFilePath.js'

test.skip('resolveFilePath - normal path', () => {
const pathName = '/test/file.txt'
Expand Down

0 comments on commit 795e0ea

Please sign in to comment.