mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
clean
This commit is contained in:
@@ -167,7 +167,6 @@ export async function assertConsoleEval(code, expectedResult, options = {}) {
|
||||
try {
|
||||
// Evaluate the code in the browser context
|
||||
const result = await page.evaluate(code);
|
||||
console.log("--> (assertions.js-Line: 170)\n result: ", result);
|
||||
|
||||
if (exactMatch) {
|
||||
// Check for exact match
|
||||
|
||||
Reference in New Issue
Block a user