Skip to content

Commit

Permalink
fix: remove redundant test
Browse files Browse the repository at this point in the history
  • Loading branch information
fletcherist committed Aug 14, 2018
1 parent c3860e9 commit 03d3f19
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/alice.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,4 @@ describe('alice module', () => {
const data = await alice.handleRequest(request('foo bar'));
expect(data.response.text).toBe(randomText);
});

test('single scene', async () => {
const myScene = new Scene('random-name');
});
});

0 comments on commit 03d3f19

Please sign in to comment.