Skip to content

Instantly share code, notes, and snippets.

@retorquere
Created January 28, 2024 17:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save retorquere/0872ed9ee64980c433eb55d68b2deeeb to your computer and use it in GitHub Desktop.
Save retorquere/0872ed9ee64980c433eb55d68b2deeeb to your computer and use it in GitHub Desktop.
{
"name": "tt",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "tap && echo success"
},
"author": "",
"license": "ISC",
"dependencies": {
"tap": "^18.7.0"
}
}
const t = require('tap')
t.test('this is a child test', t => {
t.pass('this passes')
t.end()
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment