Skip to content

Commit

Permalink
refactor(Tests): Better Karma config and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Apr 29, 2018
1 parent 44ac9ee commit 1cf5999
Show file tree
Hide file tree
Showing 9 changed files with 3,337 additions and 2,312 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
# This file is automatically generated by a `metapak`
# module. Do not change it elsewhere, changes would
# be overridden.
Expand Down
21 changes: 0 additions & 21 deletions LICENCE

This file was deleted.

9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

[//]: # (::contents:start)

MIDIFile uses the [MIDIEvents](https://github.com/nfroidure/MIDIEvents) project
and is part of the [MIDIPlayer](https://github.com/nfroidure/MIDIPlayer) one.
MIDIFile uses the [MIDIEvents](https://github.com/nfroidure/midievents) project
and is part of the [MIDIPlayer](https://github.com/nfroidure/midiplayer) one.
You can also check this [Karaoke Player](http://karaoke.insertafter.com) built
on top of those libraries.

Expand All @@ -30,10 +30,7 @@ MIDIFile uses the [MIDIEvents](https://github.com/nfroidure/MIDIEvents) project

## What it doesn't do
* Playing MIDI files. It's the role of the
[MIDIPlayer project](https://github.com/nfroidure/MIDIPlayer).

You can also find a very [trivial MIDI player](http://rawgit.com/nfroidure/MIDIFile/master/tests/index.html)
in the test folder.
[MIDIPlayer project](https://github.com/nfroidure/midiplayer).

## Usage
```js
Expand Down
Loading

0 comments on commit 1cf5999

Please sign in to comment.