source: imaps-frontend/node_modules/object.assign/test/ses-compat.js

main
Last change on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 220 bytes
Line 
1'use strict';
2
3/* globals lockdown */
4
5// requiring ses exposes "lockdown" on the global
6require('ses');
7
8// lockdown freezes the primordials
9lockdown({ errorTaming: 'unsafe' });
10
11// initialize the module
12require('./');
Note: See TracBrowser for help on using the repository browser.