Skip to content

Commit 83e6d04

Browse files
committedFeb 4, 2021
fix ci
1 parent e3162dc commit 83e6d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { closest, distance } from "./mod.js";
1+
const { closest, distance } = require("./mod.js");
22

33
const levenshtein = (a, b) => {
44
if (a.length === 0) {

0 commit comments

Comments
 (0)
Please sign in to comment.