Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
const
purify = require(
"../lib/purifycss.js"
)
3
const
absPath = `${__dirname}/test_examples/`
4
const
read = path => fs.readFileSync(absPath + path,
"utf8"
)
5
6
describe(
"find intact classes"
, () => {
7
const
content = read(
"simple/simple.js"
),
Callers
1
index.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected