untitled notebook

node v14.20.1
version: master
endpointsharetweet
const t = require('tap') t.plan(1); t.test('some test', t => { t.match( { "first": "foobar", "second": "bar" }, { "first": "foo", "second": "foobar" } ); t.end(); }).then(r => { console.log(r.failures[0].diag.diff); });
Loading…

no comments

    sign in to comment