Skip to content

Commit

Permalink
test(Root): fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoruiz committed Dec 23, 2022
1 parent ed28825 commit b91398e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/fromResultsToCommentMapper.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-env mocha */
import {expect} from 'chai'

const fromResultsToCommentMapper = require('../scripts/utils/fromResultsToCommentMapper.js')
const fromResultsToCommentMapper = require('../scripts/fromResultsToCommentMapper.js')

const input = [
{
Expand Down
2 changes: 1 addition & 1 deletion test/generateCommentFromResults.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-env mocha */
import {expect} from 'chai'

const generateCommentFromResults = require('../scripts/utils/generateCommentFromResults.js')
const generateCommentFromResults = require('../scripts/generateCommentFromResults.js')

const input = [
{
Expand Down
2 changes: 1 addition & 1 deletion test/mapLhciResults.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-env mocha */
import {expect} from 'chai'

const mapLhciResults = require('../scripts/utils/mapLhciResults.js')
const mapLhciResults = require('../scripts/mapLhciResults.js')

const input = [
{
Expand Down

0 comments on commit b91398e

Please sign in to comment.