mirror of
https://github.com/tompro/sattle.git
synced 2026-08-27 07:15:59 +00:00
test: split NWC protocol harness
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
import { fileURLToPath, URL } from 'node:url';
|
||||
|
||||
import { defineConfig } from 'vitest/config';
|
||||
|
||||
export default defineConfig({
|
||||
resolve: {
|
||||
alias: {
|
||||
'@': fileURLToPath(new URL('./src', import.meta.url)),
|
||||
},
|
||||
},
|
||||
test: {
|
||||
// the tested modules are pure crypto/codec/protocol logic - node's own
|
||||
// WebCrypto (crypto.subtle) and fetch cover everything they need, no
|
||||
|
||||
Reference in New Issue
Block a user