6 lines
93 B
TypeScript

import { test } from 'vitest'
test('basic', () => {
console.error("__test_console__");
})