Skip to content

Commit

Permalink
root endpoint + coverage + unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
unionfindbee committed Nov 1, 2023
1 parent 64a240d commit 1ea6cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const request = require('supertest');
const { expect } = require('chai');
const { app, server, db } = require('./app'); // Adjust the path and destructure accordingly
const { app, server, db } = require('./app');


describe('GET /', function() {
Expand Down

0 comments on commit 1ea6cdb

Please sign in to comment.