Created
June 9, 2016 09:26
-
-
Save wizardfrag/6f6da9249c8a3d8882f151cef3dae197 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/P/t/lounge ❯❯❯ node -v | |
v6.2.1 | |
~/P/t/lounge ❯❯❯ npm -v | |
3.9.3 | |
~/P/t/lounge ❯❯❯ npm test | |
> [email protected] test /Users/david/Projects/thelounge/lounge | |
> npm-run-all -c test:mocha lint | |
> [email protected] test:mocha /Users/david/Projects/thelounge/lounge | |
> mocha -r test/fixtures/env.js test/**/*.js | |
Chan | |
#sortUsers(irc) | |
✓ should sort a simple user list | |
✓ should group users by modes | |
✓ should sort a mix of users and modes | |
✓ should be case-insensitive | |
✓ should parse special characters successfully | |
Network | |
#export() | |
✓ should produce an valid object | |
Link plugin | |
✓ should be able to fetch basic information about URLs (53ms) | |
Nickname highlights | |
✓ should NOT highlight nickname | |
✓ should highlight nickname | |
✓ changing name should update regex | |
10 passing (81ms) | |
> [email protected] lint /Users/david/Projects/thelounge/lounge | |
> npm-run-all -c lint:js lint:css | |
> [email protected] lint:js /Users/david/Projects/thelounge/lounge | |
> eslint . | |
> [email protected] lint:css /Users/david/Projects/thelounge/lounge | |
> stylelint "**/*.css" | |
client/css/bootstrap.css | |
ℹ This file is ignored | |
~/P/t/lounge ❯❯❯ echo $? | |
0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment