Skip to content

Commit

Permalink
fixed lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurvir committed Mar 30, 2024
1 parent 122862e commit 8ebcfe8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/services/ai.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import * as chai from 'chai'
const expect = chai.expect
import AI from '../../../services/AI.js'
import logger from '../../../utils/logger.js';
import { readFileSync } from 'fs';
const ai = new AI();
const on_search = JSON.parse(readFileSync('./tests/data/api_responses/on_search.json'))
Expand Down

0 comments on commit 8ebcfe8

Please sign in to comment.