fluffynuts / newts

Bootstraps a TypeScript npm module project
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

should have the option to select test environment (node / jsdom) #1

Closed fluffynuts closed 4 years ago

fluffynuts commented 4 years ago

The current behavior of newts is to select node as the testing environment. There should be another flag / prompt to ask which testing environment should be used; alternatively perhaps newts could hand off to jest --init given the correct cli flag (it shouldn't be default as this would interrupt unattended / scripted setup operations)

fluffynuts commented 4 years ago

resolved in 5d4dd989085dabb393d4666c1a449c91e4a0ee91