Is it : mflix/src/main/resources/build/static/js or is it simply /mflix or don’t I have it somehow.
I went through all the steps and everything seems to be working. I wish to make sure that I’ve set the whole thing up correctly.
I ran : npm test -t db-connection inside both directories. .
and I got :
Determining test suites to run...Browserslist: caniuse-lite is outdated. Please run next command `npm update`
Setup Mongo Connection
(node:9237) DeprecationWarning: current Server Discovery and Monitoring engine is deprecated, and will be removed in a future version. To use the new Server Discover and Monitoring engine, pass option { useUnifiedTopology: true } to MongoClient.connect.
PASS test/db-connection.test.js
Connection
✓ Can access MFlix data (115ms)
✓ Can retrieve a movie by id (103ms)
✓ Can retrieve first page of movies (572ms)
Test Suites: 1 passed, 1 total
Tests: 3 passed, 3 total
Snapshots: 0 total
Time: 3.206s
Ran all test suites matching /db-connection/i.
Teardown Mongo Connection
npm start in both directories starts up the app
Is that ok then?
Thank you and greets,
Karin