UNPKG

nopalm

Version:

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

6 lines (5 loc) 124 B
describe('Sample test', () => { it('should test that true === true', () => { expect(true).toBe(true) }) });