rm log
This commit is contained in:
Родитель
1c238c9a36
Коммит
c8634779ff
|
@ -350,7 +350,6 @@ describe('evaluate', () => {
|
|||
|
||||
itIntegrates('escapes strings', async ({ r }) => {
|
||||
const p = await r.launchAndLoad('blank');
|
||||
console.log('ready');
|
||||
for (const context of ['watch', 'hover', 'repl'] as const) {
|
||||
p.log(`context=${context}`);
|
||||
await p.logger.evaluateAndLog(JSON.stringify('1\n2\r3\t\\4'), { depth: 0 }, context);
|
||||
|
|
Загрузка…
Ссылка в новой задаче