Show More
Commit Description:
fig bugs in login report
Commit Description:
fig bugs in login report
References:
File last commit:
Show/Diff file:
Action:
node_modules/es5-ext/test/reg-exp/#/index.js
| 15 lines
| 333 B
| application/javascript
| JavascriptLexer
|
r789 | /* eslint-env node */ | |||
"use strict"; | ||||
var indexTest = require("tad/lib/utils/index-test") | ||||
, path = require("path").resolve(__dirname, "../../../reg-exp/#"); | ||||
module.exports = function (t, a, d) { | ||||
indexTest( | ||||
indexTest.readDir(path).aside(function (data) { | ||||
delete data.sticky; | ||||
delete data.unicode; | ||||
}) | ||||
)(t, a, d); | ||||
}; | ||||