Skip to content

Commit

Permalink
test: remove hack for atob and btoa WPT tests
Browse files Browse the repository at this point in the history
PR-URL: #42540
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Khaidi Chu <i@2333.moe>
Reviewed-By: Mestery <mestery@protonmail.com>
  • Loading branch information
aduh95 authored and juanarbol committed Apr 6, 2022
1 parent 1c61418 commit 4cbb1ea
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/wpt/test-atob.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,4 @@ const { WPTRunner } = require('../common/wpt');

const runner = new WPTRunner('html/webappapis/atob');

// Needed to access to DOMException.
runner.setFlags(['--expose-internals']);

// Set a script that will be executed in the worker before running the tests.
runner.setInitScript(`
const { internalBinding } = require('internal/test/binding');
const { atob, btoa } = require('buffer');
`);

runner.runJsTests();

0 comments on commit 4cbb1ea

Please sign in to comment.