Skip to content

Instantly share code, notes, and snippets.

@TheHollidayInn
TheHollidayInn / POST-chat.test.js
Created December 20, 2015 00:58
API V3 POST Chat
import {
generateUser,
generateGroup,
createAndPopulateGroup,
requester,
} from '../../../../helpers/api-integration.helper';
describe('POST /chat', () => {
let user, api;
@TheHollidayInn
TheHollidayInn / POST-challenges.test.js
Created December 13, 2015 15:50
API V3 Challenges
import {
generateUser,
generateGroup,
requester,
translate as t,
} from '../../../../helpers/api-integration.helper';
import { v4 as generateRandomUserName } from 'uuid';
import { each } from 'lodash';
import { model as Group } from '../../../../../website/src/models/group';
@TheHollidayInn
TheHollidayInn / LICENSE.txt
Created December 10, 2011 00:57 — forked from 140bytes/LICENSE.txt
140byt.es -- Click ↑↑ fork ↑↑ to play!
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE