mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-15 03:25:46 -04:00
Enable rust-sdk tracing for device tests
... because knowing why your tests are failing is nice
This commit is contained in:
committed by
Damir Jelić
parent
0a5ef29c34
commit
0ccb1efded
@@ -27,7 +27,9 @@ const {
|
||||
QrCodeScan,
|
||||
} = require("../pkg/matrix_sdk_crypto_js");
|
||||
const { zip, addMachineToMachine } = require("./helper");
|
||||
const { VerificationRequestPhase } = require("../pkg");
|
||||
const { Tracing, LoggerLevel, VerificationRequestPhase } = require("../pkg");
|
||||
|
||||
new Tracing(LoggerLevel.Trace).turnOn();
|
||||
|
||||
describe("LocalTrust", () => {
|
||||
test("has the correct variant values", () => {
|
||||
|
||||
Reference in New Issue
Block a user