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.

13 lines 523 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); var node_test_1 = require("node:test"); var strict_1 = __importDefault(require("node:assert/strict")); (0, node_test_1.describe)("tests in seperate folder", function () { (0, node_test_1.it)("works", function () { strict_1.default.equal(true, true); }); }); //# sourceMappingURL=index.js.map