Skip to content

Commit

Permalink
#19 adding a createRadio station spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwards, Chris authored and Edwards, Chris committed Sep 2, 2017
1 parent 0a145d6 commit a424e50
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/radio/test_createRadioStation.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const { beforeEach, afterEach, describe, it } = require('mocha');
const { expect, config } = require('chai');
const request = require('request-promise-native');
const sinon = require('sinon');

0 comments on commit a424e50

Please sign in to comment.