mirror of
https://github.com/actions/setup-python.git
synced 2025-07-19 14:28:20 +02:00
Clean up node_modules
This commit is contained in:
parent
b581dd4017
commit
145e800d1f
7184 changed files with 11271 additions and 1877650 deletions
17
node_modules/object.getownpropertydescriptors/test/index.js
generated
vendored
17
node_modules/object.getownpropertydescriptors/test/index.js
generated
vendored
|
@ -1,17 +0,0 @@
|
|||
'use strict';
|
||||
|
||||
var getDescriptors = require('../');
|
||||
var test = require('tape');
|
||||
var runTests = require('./tests');
|
||||
|
||||
test('as a function', function (t) {
|
||||
t.test('bad object/this value', function (st) {
|
||||
st.throws(function () { return getDescriptors(undefined); }, TypeError, 'undefined is not an object');
|
||||
st.throws(function () { return getDescriptors(null); }, TypeError, 'null is not an object');
|
||||
st.end();
|
||||
});
|
||||
|
||||
runTests(getDescriptors, t);
|
||||
|
||||
t.end();
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue