whosonfirst / whosonfirst-tests

Testing records in Who's On First
0 stars 2 forks source link

Move acceptance tests into separate test files #1

Closed stepps00 closed 7 years ago

stepps00 commented 7 years ago

Right now, tests for individual records are in the test files (see is_parent.js file). These tests should be placed in a separate test file and invoked by the is_parent.js file.

Create new test files and update the is_parent.js and belongsto.js to call the new test files.