mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-18 10:49:02 +00:00
Nightwatch uses Selenium, so we can run tests in real browsers. This makes it easier to test features that use the web cryptography API.
3 lines
50 B
JavaScript
3 lines
50 B
JavaScript
require('babel-register')();
|
|
require('./app.js');
|