🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

sojs-test

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sojs-test - npm Package Compare versions

Comparing version
0.0.1
to
0.0.2
+1
-1
package.json
{
"name": "sojs-test",
"version": "0.0.1",
"version": "0.0.2",
"description": " Sojs test framework",

@@ -5,0 +5,0 @@ "homepage": "http://www.develop.cc",

@@ -12,6 +12,3 @@ /**

/**
* 静态构造函数
*/
$benchmark: function () {
test: function () {
// 只处理test/benchmark文件夹下, 以'.benchmark.js'结尾的文件

@@ -18,0 +15,0 @@ this.fileClass.getFileListSync('test/benchmark')

@@ -12,6 +12,3 @@ /**

/**
* 静态构造函数
*/
$coverage: function () {
test: function () {
// 直接从项目文件夹获取

@@ -18,0 +15,0 @@ var cli = require('../node_modules/istanbul/lib/cli.js');