Skip to content

Commit 6f766a9

Browse files
committed
Switching back to shared tests from JsonLogic.com
1 parent 043dd54 commit 6f766a9

File tree

2 files changed

+2
-116
lines changed

2 files changed

+2
-116
lines changed

tests/tests.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ QUnit.test( "Shared JsonLogic.com tests ", function( assert ){
1616
//Only waiting on the request() is async
1717
stop();
1818

19+
/*
1920
var fs = require('fs');
2021
fs.readFile('tests.json', 'utf8', function (error, body) {
21-
/*
22+
*/
2223
var request = require('request');
2324
request('http://jsonlogic.com/tests.json', function (error, response, body) {
2425
if (error || response.statusCode != 200) {
2526
console.log("Failed to load tests from JsonLogic.com:", error, response.statusCode);
2627
start();
2728
return;
2829
}
29-
*/
3030
try{
3131
tests = JSON.parse(body);
3232
}catch(e){

tests/tests.json

Lines changed: 0 additions & 114 deletions
This file was deleted.

0 commit comments

Comments
 (0)