[tests][helpers][functions] expose TestHelpers.functions.data
This commit is contained in:
parent
300c31fffe
commit
9fa059bd0b
|
@ -56,6 +56,9 @@ console.log = (...args) => {
|
|||
};
|
||||
|
||||
global.TestHelpers = {
|
||||
functions: {
|
||||
data: require('./../functions/test-data'),
|
||||
},
|
||||
firestore: require('./firestore'),
|
||||
database: require('./database'),
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue