node tests: Use run_test helper in user_pill.js.

This commit is contained in:
Joshua Pan 2018-06-02 00:27:38 -07:00 committed by showell
parent c9c06ae13c
commit f4b341c2d4

View File

@ -27,10 +27,10 @@ var isaac_item = {
user_id: isaac.user_id,
};
(function setup() {
run_test('setup', () => {
people.add_in_realm(alice);
people.add_in_realm(isaac);
}());
});
run_test('create_item', () => {