We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f78eceb commit b4e8250Copy full SHA for b4e8250
test/runtime/api.test.js
@@ -43,6 +43,8 @@ describe('runtime', () => {
43
expect(m.toString()).toMatchSnapshot();
44
});
45
it('toString with source mapping', () => {
46
+ global.btoa = (str) => new Buffer(str, 'binary').toString('base64');
47
+
48
const m = api(true);
49
50
m.push([
0 commit comments