tarantula-fl
Advanced tools
Comparing version 0.0.9 to 0.0.10
{ | ||
"$schema": "https://raw.githubusercontent.com/rescript-lang/rescript-compiler/master/docs/docson/build-schema.json", | ||
"name": "tarantula-fl", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"sources": { | ||
@@ -6,0 +6,0 @@ "dir" : "src", |
{ | ||
"name": "tarantula-fl", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "build": "bsb -make-world", |
@@ -5,3 +5,3 @@ // Generated by ReScript, PLEASE EDIT WITH CARE | ||
var TestData = require("./TestData.bs.js"); | ||
var Tarantula = require("./Tarantula.bs.js"); | ||
var Tarantula = require("./tarantula.bs.js"); | ||
@@ -8,0 +8,0 @@ var fromSolCover = TestData.fromSolCover; |
@@ -61,14 +61,13 @@ { | ||
"err": {} | ||
}, | ||
{ | ||
"title": "testInitialBalanceUsingDeployedContract", | ||
"fullTitle": "TestMetaCoin testInitialBalanceUsingDeployedContract", | ||
"duration": 72, | ||
"currentRetry": 0, | ||
"err": {} | ||
} | ||
], | ||
"passes": [ | ||
{ | ||
"title": "testInitialBalanceUsingDeployedContract", | ||
"fullTitle": "TestMetaCoin testInitialBalanceUsingDeployedContract", | ||
"duration": 72, | ||
"currentRetry": 0, | ||
"err": {} | ||
}, | ||
{ | ||
"title": "testInitialBalanceWithNewMetaCoin", | ||
@@ -75,0 +74,0 @@ "fullTitle": "TestMetaCoin testInitialBalanceWithNewMetaCoin", |
@@ -19,5 +19,3 @@ var assert = require('assert') | ||
score = t.tarantulaScore(testData) | ||
ranking = t.tarantulaRanking(score) | ||
console.log(ranking) | ||
console.log(t.tarantulaRanking(score)) | ||
// Assert | ||
@@ -24,0 +22,0 @@ for (var filename in score) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32917
622