UNPKG

@jabraf/create-npm-package

Version:

A simple template for creating an NPM package

7 lines (5 loc) 126 B
import { expect, test } from 'vitest'; import add from './index.js'; test('add', () => { expect(add(1, 2)).toEqual(3); });