SAP-BTP-Spielwiese/app1/node_modules/lru-cache/test/no-symbol.js

4 lines
110 B
JavaScript
Raw Normal View History

// hacky way to test that it still works when Symbol is not there
global.Symbol = false
require('./basic.js')