Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
remove 2 func
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed Oct 8, 2015
1 parent 7a86c7b commit bf1ec7b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 12 deletions.
8 changes: 0 additions & 8 deletions src/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,6 @@ function extractTestsFromString(string) {
);
}

function extractMainDescribeFromTest(string) {

}

function extractDescribeFromTest(string) {

}

export default function(file) {
return extractTestsFromString(getFile(file));
}
2 changes: 1 addition & 1 deletion tests/specs/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/specs/runner.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/specs/stylus.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/specs/utils.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bf1ec7b

Please sign in to comment.