UNPKG

@profitsniper/email

Version:

While developing with Typescript and Node.js is awesome, **setting up a new project is painful**. This minimal and modern starter repo is here to help you get started with Node.js and Typecript without the pain.

9 lines (7 loc) 191 B
import { describe, it } from "node:test"; import assert from "node:assert/strict"; describe("tests in seperate folder", () => { it("works", () => { assert.equal(true, true); }); });