Closed Ayase-252 closed 1 year ago
ci的node18好像没问题啊?
v18.17.0引入的新更改?
TypeError: The "path" argument must be of type string or an instance of URL. Received an instance of URL
是不是可以直接改成 const dirname = url.fileURLToPath(new url.URL('.', import.meta.url));
这似乎是个vitest的bug,在测试环境里url.URL
和 URL
不是同一个对象了
我看看是不是因为 18.17 ada 升级引起的
单元测试在 Node 18 上跑不了了,稍微变下写法