Skip to content

CarlosRodrigues/Sequelize-typescript-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple ad-hoc tests using sequelize-typescript

This test is done using mysql, so please ensure a mysql instance is reachable, and configure the connection in the tests.ts file.

Requirements

Node and npm

Run the sample tests

  • run the command npm install to install all dependencies

  • Ensure typescript is running in watch mode (Ctrl+shift+B / CMD+shift+B in VSCode to start the task)

  • Uncomment the test you want to run, in the tests.ts file, especially the sync part, during the 1st run.

  • execute the command node tests.js

About

Simple adhoc tests with sequelize-typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors