[pref] Add tests to test suite
This commit is contained in:
parent
66df0b0463
commit
f4d9ac291b
|
@ -1,5 +1,5 @@
|
||||||
function performanceTests({ fdescribe, it, firebase }) {
|
function performanceTests({ describe, it, firebase }) {
|
||||||
fdescribe('Performance Monitoring', () => {
|
describe('Performance Monitoring', () => {
|
||||||
it('it should return a new Task instance', () => {
|
it('it should return a new Task instance', () => {
|
||||||
const trace = firebase.native.perf().newTrace('foo');
|
const trace = firebase.native.perf().newTrace('foo');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue