MCPcopy Create free account
hub / github.com/plotly/plotly.js / basename

Function basename

test/jasmine/karma.conf.js:95–97  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

93
94var SUFFIX = '_test.js';
95var basename = function (s) {
96 return path.basename(s, SUFFIX);
97};
98var merge = function (_) {
99 var list = [];
100

Callers 1

karma.conf.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…