duck1123/jiksnu

View on GitHub
specs/jiksnu/step_definitions.cljs

Summary

Maintainability
Test Coverage

Non-idiomatic code found in (-> (lp/set-password page "test") (.then (fn [] (next))))
Open

     (-> (lp/set-password page "test")
Severity: Minor
Found in specs/jiksnu/step_definitions.cljs by kibit

Consider using:

(.then (lp/set-password page "test") (fn [] (next)))

instead of:

(-> (lp/set-password page "test") (.then (fn [] (next))))

Non-idiomatic code found in (fn [] (next))
Open

       (.then (fn [] (next)))))
Severity: Minor
Found in specs/jiksnu/step_definitions.cljs by kibit

Consider using:

next

instead of:

(fn [] (next))

Non-idiomatic code found in (fn [] (next))
Open

     (.. locator click (then (fn [] (next))))))
Severity: Minor
Found in specs/jiksnu/step_definitions.cljs by kibit

Consider using:

next

instead of:

(fn [] (next))

Non-idiomatic code found in (fn [] (next))
Open

         (.then (fn [] (next))))))
Severity: Minor
Found in specs/jiksnu/step_definitions.cljs by kibit

Consider using:

next

instead of:

(fn [] (next))

Non-idiomatic code found in (fn [] (next))
Open

         (.then (fn [] (next))))))
Severity: Minor
Found in specs/jiksnu/step_definitions.cljs by kibit

Consider using:

next

instead of:

(fn [] (next))

Non-idiomatic code found in (-> (helpers.http/an-activity-exists) (.then (fn [] (next))))
Open

   (-> (helpers.http/an-activity-exists)
Severity: Minor
Found in specs/jiksnu/step_definitions.cljs by kibit

Consider using:

(.then (helpers.http/an-activity-exists) (fn [] (next)))

instead of:

(-> (helpers.http/an-activity-exists) (.then (fn [] (next))))

Non-idiomatic code found in (fn [c] (zero? c))
Open

                   (then (fn [c] (zero? c)))))))
Severity: Minor
Found in specs/jiksnu/step_definitions.cljs by kibit

Consider using:

zero?

instead of:

(fn [c] (zero? c))

Non-idiomatic code found in (-> (lp/set-username page "test") (.then (fn [] (next))))
Open

     (-> (lp/set-username page "test")
Severity: Minor
Found in specs/jiksnu/step_definitions.cljs by kibit

Consider using:

(.then (lp/set-username page "test") (fn [] (next)))

instead of:

(-> (lp/set-username page "test") (.then (fn [] (next))))

There are no issues that match your filters.

Category
Status