- format code

This commit is contained in:
Mike Penz
2024-03-01 19:24:09 +00:00
committed by GitHub
parent 39d8ac4b4f
commit 4014bc63c1
9 changed files with 26 additions and 27 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import * as path from 'path'
import * as process from 'process'
import * as cp from 'child_process'
import * as fs from 'fs'
import { clear } from '../src/transform'
import {clear} from '../src/transform'
jest.setTimeout(180000)
clear()