Skip to content

Commit e1a223f

Browse files
fix: removed .only from test, so that all tests may execute
1 parent 430d8bc commit e1a223f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/entry/find.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ test('Initalise the Contentstack Stack Instance', function(TC) {
2020
}, 1000);
2121
});
2222

23-
test.only('early_access in stack initialization', function (t) {
23+
test('early_access in stack initialization', function (t) {
2424
const stack = Contentstack.Stack({ ...init.stack, early_access: ['newCDA', 'taxonomy'] });
2525
t.equal(stack.headers['x-header-ea'], 'newCDA,taxonomy', 'Early access headers should be added');
2626
t.end();

0 commit comments

Comments
 (0)