[tests] un-focus tests
This commit is contained in:
parent
cf12fc1c10
commit
55754b37a6
|
@ -1,8 +1,8 @@
|
||||||
import should from 'should';
|
import should from 'should';
|
||||||
import DatabaseContents from '../../support/DatabaseContents';
|
import DatabaseContents from '../../support/DatabaseContents';
|
||||||
|
|
||||||
function issueTests({ fdescribe, it, context, firebase }) {
|
function issueTests({ fdescribe, describe, it, context, firebase }) {
|
||||||
fdescribe('issue_100', () => {
|
describe('issue_100', () => {
|
||||||
context('array-like values should', () => {
|
context('array-like values should', () => {
|
||||||
it('return null in returned array at positions where a key is missing', async() => {
|
it('return null in returned array at positions where a key is missing', async() => {
|
||||||
// Setup
|
// Setup
|
||||||
|
@ -21,7 +21,7 @@ function issueTests({ fdescribe, it, context, firebase }) {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
fdescribe('issue_108', () => {
|
describe('issue_108', () => {
|
||||||
context('filters using floats', () => {
|
context('filters using floats', () => {
|
||||||
it('return correct results', async() => {
|
it('return correct results', async() => {
|
||||||
// Setup
|
// Setup
|
||||||
|
|
Loading…
Reference in New Issue