mirror of
https://github.com/lllin000/PaperForge.git
synced 2026-07-22 06:50:53 +00:00
test(plugin): migrate errors test to TypeScript
This commit is contained in:
parent
9c9060b1e7
commit
b13ef93a2b
1 changed files with 2 additions and 2 deletions
|
|
@ -3,11 +3,11 @@
|
|||
*/
|
||||
import { describe, it, expect } from 'vitest';
|
||||
|
||||
const {
|
||||
import {
|
||||
classifyError,
|
||||
buildRuntimeInstallCommand,
|
||||
parseRuntimeStatus,
|
||||
} = await import('../src/testable.js');
|
||||
} from "../src/services/python-bridge";
|
||||
|
||||
describe('classifyError', () => {
|
||||
it('classifies ENOENT as python_missing', () => {
|
||||
Loading…
Reference in a new issue