Skip to content

Instantly share code, notes, and snippets.

@howdoicomputer
Created April 26, 2015 00:28
Show Gist options
  • Save howdoicomputer/4bd33ad99eb5e7077928 to your computer and use it in GitHub Desktop.
Save howdoicomputer/4bd33ad99eb5e7077928 to your computer and use it in GitHub Desktop.
describe('#fetchHydroAreaIDList()', function(){
it('should return an array of IDs from a hydro search', function(done){
var hydroArea = 'CENTRAL+COAST';
var foo = station.fetchHydroAreaIDList(hydroArea);
console.log(foo);
done();
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment