2
0
mirror of synced 2025-01-11 14:44:12 +00:00

[pref] Add tests to test suite

This commit is contained in:
Elliot Hesp 2017-05-25 10:41:40 +01:00
parent 66df0b0463
commit f4d9ac291b

View File

@ -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');