Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code-pushup/cli
/ package-json.plugin.int.test.ts
File
package-json.plugin.int.test.ts
examples/plugins/src/package-json/src/package-json.plugin.int.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ mkdir, rm, writeFile } from
'node:fs/promises'
;
2
import
path from
'node:path'
;
3
import
{ describe, expect, it } from
'vitest'
;
4
import
{ executePlugin } from
'@code-pushup/core'
;
Callers
nothing calls this directly
Calls
4
create
Function · 0.90
executePlugin
Function · 0.90
mkdir
Function · 0.85
writeFile
Function · 0.85
Tested by
no test coverage detected