UNPKG

nopalm

Version:

One stop graphical solution to create and manage your local Node.Js projects end to end.

8 lines (6 loc) 171 B
import { describe, expect, it } from '@jest/globals'; describe('Sample test', () => { it('should test that true === true', () => { expect(true).toBe(true) }) });