1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-13 10:02:24 +03:00

remove .only

This commit is contained in:
Avital-Fine
2022-03-22 16:12:41 +01:00
parent 23d44fdd51
commit ab281d41ba
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ import { strict as assert } from 'assert';
import testUtils, { GLOBAL } from '../test-utils'; import testUtils, { GLOBAL } from '../test-utils';
import { transformArguments } from './BLMPOP'; import { transformArguments } from './BLMPOP';
describe.only('BLMPOP', () => { describe('BLMPOP', () => {
testUtils.isVersionGreaterThanHook([7, 0]); testUtils.isVersionGreaterThanHook([7, 0]);
describe('transformArguments', () => { describe('transformArguments', () => {

View File

@@ -2,7 +2,7 @@ import { strict as assert } from 'assert';
import testUtils, { GLOBAL } from '../test-utils'; import testUtils, { GLOBAL } from '../test-utils';
import { transformArguments } from './BZMPOP'; import { transformArguments } from './BZMPOP';
describe.only('BZMPOP', () => { describe('BZMPOP', () => {
testUtils.isVersionGreaterThanHook([7, 0]); testUtils.isVersionGreaterThanHook([7, 0]);
describe('transformArguments', () => { describe('transformArguments', () => {

View File

@@ -2,7 +2,7 @@ import { strict as assert } from 'assert';
import testUtils, { GLOBAL } from '../test-utils'; import testUtils, { GLOBAL } from '../test-utils';
import { transformArguments } from './LMPOP'; import { transformArguments } from './LMPOP';
describe.only('LMPOP', () => { describe('LMPOP', () => {
testUtils.isVersionGreaterThanHook([7, 0]); testUtils.isVersionGreaterThanHook([7, 0]);
describe('transformArguments', () => { describe('transformArguments', () => {

View File

@@ -2,7 +2,7 @@ import { strict as assert } from 'assert';
import testUtils, { GLOBAL } from '../test-utils'; import testUtils, { GLOBAL } from '../test-utils';
import { transformArguments } from './ZMPOP'; import { transformArguments } from './ZMPOP';
describe.only('ZMPOP', () => { describe('ZMPOP', () => {
testUtils.isVersionGreaterThanHook([7, 0]); testUtils.isVersionGreaterThanHook([7, 0]);
describe('transformArguments', () => { describe('transformArguments', () => {