debc0c2586
Includes tweaks in the db preparation script and in the tests for proper handling of async model. Only a single test is run at the moment, being the only one that succeeded for me.
9 lines
67 B
Makefile
9 lines
67 B
Makefile
all:
|
|
npm install
|
|
|
|
clean:
|
|
rm -rf node_modules/*
|
|
|
|
check:
|
|
npm test
|