MCPcopy
hub / github.com/MithrilJS/mithril.js / remove

Function remove

bundler/tests/test-bundler.js:17–19  ·  view source on GitHub ↗
(filepath)

Source from the content-addressed store, hash-verified

15 fs.writeFileSync(ns + filepath, data, "utf8")
16}
17function remove(filepath) {
18 fs.unlinkSync(ns + filepath)
19}
20
21o.spec("bundler", function() {
22 o("relative imports works", function() {

Callers 1

test-bundler.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected