Enable rust-sdk tracing for device tests

... because knowing why your tests are failing is nice
This commit is contained in:
Richard van der Hoff
2023-07-07 16:39:48 +01:00
committed by Damir Jelić
parent 0a5ef29c34
commit 0ccb1efded

View File

@@ -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", () => {