You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/test/sourcemaps/samples/detect-lowres-sourcemaps/test.js

11 lines
259 B

export function test({ assert, preprocessed, js }) {
assert.equal(preprocessed.error, undefined);
// TODO can we automate this test?
// we need the output of console.log
// to test the warning message.
// or use a different method for warnings?
}