Skip to content

Commit

Permalink
Missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
computamike committed Oct 23, 2022
1 parent 2ab3645 commit 6e9cba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/chuck-norris/tests/chuck-norris.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import request from 'supertest';
import app from "../../../../app";
const facts = require("../api/chuckfacts.json")
const facts = require("../api/chuckfacts.json");
import chuckNorrisErrors from '../consts/chuck-norris-errors';
describe('Chuck Norris api endpoints', () => {
describe('GET /chuck-norris/fact/:category/:qty?', () =>{
Expand Down

0 comments on commit 6e9cba1

Please sign in to comment.