Skip to content

Commit

Permalink
add users repo and errors middleware with entities
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosparajua committed Apr 30, 2024
1 parent 07abf53 commit 4fc609a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { createApp } from './app';
import { createApp } from './app.js';

describe('Given the function createApp ', () => {
test('Then it should be call and return app', () => {
Expand Down

0 comments on commit 4fc609a

Please sign in to comment.