Skip to content

Commit

Permalink
example for problem determination
Browse files Browse the repository at this point in the history
  • Loading branch information
twada committed Sep 23, 2018
1 parent 71d3ba0 commit 22d389a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
const assert = require('assert');

it('jest PD', () => {
const truthy = '1';
const falsy = 0;
assert.ok(truthy === falsy);
const three = 3;
const seven = 7;
const ten = 10;
assert.ok(three * (seven * ten) === three);
});

0 comments on commit 22d389a

Please sign in to comment.