We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4473228 commit 31339baCopy full SHA for 31339ba
test/unit/normalize_expression_spec.js
@@ -4,7 +4,7 @@ const helper = require("../spechelper");
4
const {SIMPLE_PARAMS} = require(`../../${helper.libPath}/utils/consts`);
5
const {generate_transformation_string} = require("../../lib/utils");
6
7
-describe.only("normalize_expression tests", function () {
+describe("normalize_expression tests", function () {
8
beforeEach(function () {
9
cloudinary.config(createTestConfig({
10
cloud_name: "test123",
0 commit comments