Skip to content

Instantly share code, notes, and snippets.

View hoangvvo's full-sized avatar
🐢
I may be slow to respond.

Hoang hoangvvo

🐢
I may be slow to respond.
View GitHub Profile
// Run this with npx jest globals-jest-problem.test.js
// This is because of https://github.com/facebook/jest/issues/2549
const assert = require('assert')
test('assert', () => {
try {
assert.strictEqual(2, 3)
} catch (err) {
// This will fail