DEV Community

Discussion on: Test Driven Development With TypeScript

Collapse
 
guillaume_agile profile image
craft Softwr & Music

import User from '../models/user'
^^^^^^

SyntaxError: Cannot use import statement outside a module

 😢

Collapse
 
guillaume_agile profile image
craft Softwr & Music

you should have said to add this line to package.json
"type": "module"

to avoid this error.

Collapse
 
kalashin1 profile image
Kinanee Samson

sorry bout that