Skip to content

Commit

Permalink
Fix missing var from test_pass_fail docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
KawaiiHannah committed Apr 19, 2019
1 parent cf1fae2 commit f40ff11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions inc/_functions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

/**
* Check if a value passes or fails the test. Increase pass and fail global variables.
* @param mixed $name Human readable name of the test for Sass error reporting.
* @param mixed $value The value returned by the function we're testing.
* @param mixed $expected The value we expect to get from the test function.
* @return string Return a PASS or FAIL string.
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "test-yo-sass",
"version": "1.2.0",
"version": "1.2.1",
"description": "A (really) simple testing framework for Sass functions",
"main": "_tys.scss",
"scripts": {
"sass:test": "node-sass themes/whyfi/assets/scss/tests.scss themes/whyfi/assets/css/tests.css -q"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f40ff11

Please sign in to comment.