metarhia / metatests

Extremely simple to use test framework and runner for Metarhia technology stack 🧪
https://metarhia.com
Other
18 stars 4 forks source link

Refactor typeof usage for metatests #62

Closed tshemsedinov closed 6 years ago

tshemsedinov commented 6 years ago

Use typeof valiable instead of typeof(variable) except cases like this: typeof(5 + '')

JuliaGerasymenko commented 6 years ago

In which branch should I push the changes? Please give some more descriptions for each issues.

tshemsedinov commented 6 years ago

@JuliaGerasymenko you can create new branch for refactoring, for example refactor-typeof. After land this PR you can delete branch, github will prompt it.

tshemsedinov commented 6 years ago

Closed by https://github.com/metarhia/metatests/pull/65