Skip to content

Commit a541121

Browse files
committed
Run all tests and not just stress test
1 parent 269ec15 commit a541121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/v1/stress.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import parallelLimit from 'async/parallelLimit';
2323
import _ from 'lodash';
2424
import sharedNeo4j from '../internal/shared-neo4j';
2525

26-
fdescribe('stress tests', () => {
26+
describe('stress tests', () => {
2727

2828
const TEST_MODES = {
2929
fast: {

0 commit comments

Comments
 (0)