Skip to content

Commit

Permalink
[Tests] run tests in SES
Browse files Browse the repository at this point in the history
Fixes #79.
  • Loading branch information
ljharb committed Sep 30, 2020
1 parent 2a04061 commit 9be7cdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/ses-compat.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ require('ses');
lockdown({ errorTaming: 'unsafe' });

// initialize the module
require('..');
require('./');
2 changes: 1 addition & 1 deletion test/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ module.exports = function (assign, t) {
st.end();
});

t.test('does not fail when symbols are not present', function (st) {
t.test('does not fail when symbols are not present', { skip: !Object.isFrozen || Object.isFrozen(Object) }, function (st) {
var getSyms;
if (hasSymbols) {
getSyms = Object.getOwnPropertySymbols;
Expand Down

0 comments on commit 9be7cdf

Please sign in to comment.