mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-10 14:25:58 +00:00
c64524f985
Re-using the existing React testing class to hook into the example app. Right now, the test is extremely basic but is able to be expanded later. Resolves #36
10 lines
181 B
JavaScript
10 lines
181 B
JavaScript
/* Copyright 2016 Realm Inc - All Rights Reserved
|
|
* Proprietary and Confidential
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
// Allow our test harness to test this app.
|
|
import './tests';
|
|
import './main';
|