Skip to content

Commit 5a24cd9

Browse files
committed
remove tslib inclusion test
1 parent 17933b0 commit 5a24cd9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/browser/test/package/npm-build.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@ function runTests() {
5252

5353
const myLibrary = fs.readFileSync(bundlePath, { encoding: 'utf-8' });
5454

55-
if (myLibrary.indexOf('tslib_1__default') !== -1) {
56-
console.log('"tslib_1__default" reappeared...');
57-
process.exit(1);
58-
}
59-
6055
const scriptEl = window.document.createElement('script');
6156
scriptEl.textContent = myLibrary;
6257
window.document.body.appendChild(scriptEl);

0 commit comments

Comments
 (0)