MCPcopy Create free account
hub / github.com/purifycss/purifycss / read

Function read

__tests__/index.js:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2const purify = require("../lib/purifycss.js")
3const absPath = `${__dirname}/test_examples/`
4const read = path => fs.readFileSync(absPath + path, "utf8")
5
6describe("find intact classes", () => {
7 const content = read("simple/simple.js"),

Callers 1

index.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected