Use ESM syntax and remove console.log()

This commit is contained in:
Eric Lavault
2021-10-08 13:21:01 +02:00
parent 8afef50cb7
commit 52de039184
2 changed files with 2 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
const powerDigitSum = require('../Problem016')
import { powerDigitSum } from '../Problem016'
describe('Check Problem 16 - Power digit sum', () => {
it('Power digit sum of 2^15', () => {