Joeri Exelmans 3 年之前
父節點
當前提交
123d0ac60a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test_doh.js

+ 1 - 1
test_doh.js

@@ -2,7 +2,7 @@
 
 // Should work in browser but only tested with NodeJS v14.16.1
 
-const { Context, History } = require("./History.js");
+const { Context, History } = require("./doh.js");
 
 // From: https://stackoverflow.com/a/43260158
 // returns all the permutations of a given array