UNPKG

orionsoft-react-scripts

Version:

Orionsoft Configuration and scripts for Create React App.

13 lines (9 loc) 251 B
'use strict'; var d = require('d') , defineProperty = Object.defineProperty; module.exports = function (T, a) { var symbol = T('test'), x = {}; defineProperty(x, symbol, d('foo')); a(x.test, undefined, "Name"); a(x[symbol], 'foo', "Get"); };