mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-12-19 06:58:15 +08:00
Use ESM syntax and remove console.log()
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user