Files
QR-Invoice/node_modules/find-my-way/test/for-in-loop.test.js
2026-01-12 13:12:46 +01:00

12 lines
193 B
JavaScript

'use strict'
/* eslint no-extend-native: off */
const t = require('tap')
// Something could extend the Array prototype
Array.prototype.test = null
t.doesNotThrow(() => {
require('../')
})