Skip to content

Commit 31339ba

Browse files
fix: executing all tests
1 parent 4473228 commit 31339ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/normalize_expression_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const helper = require("../spechelper");
44
const {SIMPLE_PARAMS} = require(`../../${helper.libPath}/utils/consts`);
55
const {generate_transformation_string} = require("../../lib/utils");
66

7-
describe.only("normalize_expression tests", function () {
7+
describe("normalize_expression tests", function () {
88
beforeEach(function () {
99
cloudinary.config(createTestConfig({
1010
cloud_name: "test123",

0 commit comments

Comments
 (0)