mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-09 13:55:49 +00:00
7 lines
139 B
JavaScript
7 lines
139 B
JavaScript
'use strict';
|
|
|
|
const mock_helper = require('./mock_realm')
|
|
const path = require('path');
|
|
|
|
mock_helper(path.resolve(__dirname, '../../..'))
|