Projektstart
This commit is contained in:
11
backend/node_modules/find-my-way/test/for-in-loop.test.js
generated
vendored
Normal file
11
backend/node_modules/find-my-way/test/for-in-loop.test.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
'use strict'
|
||||
|
||||
/* eslint no-extend-native: off */
|
||||
|
||||
const t = require('tap')
|
||||
|
||||
// Something could extend the Array prototype
|
||||
Array.prototype.test = null
|
||||
t.doesNotThrow(() => {
|
||||
require('../')
|
||||
})
|
||||
Reference in New Issue
Block a user