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