[dynamic-links][tests] use project domain

This commit is contained in:
Mike Diarmid
2019-08-05 16:19:49 +01:00
committed by GitHub
parent 6269e1e2da
commit b5974c2cbb

View File

@@ -17,7 +17,7 @@
const baseParams = {
link: 'https://invertase.io',
domainUriPrefix: 'https://xyz.page.link',
domainUriPrefix: 'https://reactnativefirebase.page.link',
};
module.exports.baseParams = baseParams;