mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-12 22:50:20 +08:00
[tests] un-focus tests
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import should from 'should';
|
||||
import DatabaseContents from '../../support/DatabaseContents';
|
||||
|
||||
function issueTests({ fdescribe, it, context, firebase }) {
|
||||
fdescribe('issue_100', () => {
|
||||
function issueTests({ fdescribe, describe, it, context, firebase }) {
|
||||
describe('issue_100', () => {
|
||||
context('array-like values should', () => {
|
||||
it('return null in returned array at positions where a key is missing', async() => {
|
||||
// Setup
|
||||
@@ -21,7 +21,7 @@ function issueTests({ fdescribe, it, context, firebase }) {
|
||||
});
|
||||
});
|
||||
|
||||
fdescribe('issue_108', () => {
|
||||
describe('issue_108', () => {
|
||||
context('filters using floats', () => {
|
||||
it('return correct results', async() => {
|
||||
// Setup
|
||||
|
||||
Reference in New Issue
Block a user