- attempt to fix tests

This commit is contained in:
Mike Penz
2025-01-31 19:37:05 +01:00
parent c504e7b4cb
commit 37583826d7
+4
View File
@@ -4,10 +4,14 @@ import * as cp from 'child_process'
import * as fs from 'fs'
import {clear} from '../src/transform.js'
import {jest} from '@jest/globals'
import { fileURLToPath } from 'url';
jest.setTimeout(180000)
clear()
const __filename = fileURLToPath(import.meta.url); // get the resolved path to the file
const __dirname = path.dirname(__filename); // get the name of the directory
test('missing values should result in failure', () => {
expect.assertions(1)