Added some nice testing

This commit is contained in:
Caleb James DeLisle
2017-12-15 16:09:30 +01:00
parent bb548b3428
commit 6a2d79249d
5 changed files with 70 additions and 25 deletions

View File

@@ -213,4 +213,8 @@ define({
// Pad creation screen: create a pad with the selected attributes (owned, expire)
'Q_CREATE_PAD': true,
// This is for sending data out of the iframe when we are in testing mode
// The exact protocol is defined in common/test.js
'EV_TESTDATA': true,
});