mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 02:53:27 +02:00
Verify static results.
This commit is contained in:
@@ -115,7 +115,7 @@ tests.forEach(function(test) {
|
||||
console.log(' <- ', test.a)
|
||||
console.log(' -> ', test.b)
|
||||
console.log('Verifying test expectations')
|
||||
//verify(test.a, test.b, test.ops)
|
||||
verify(test.a, test.b, test.ops)
|
||||
console.log('Verifying patchArray')
|
||||
var patch = patchArray(test.a, test.b)
|
||||
console.log(' patch', patch)
|
||||
|
||||
Reference in New Issue
Block a user