mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 18:54:13 +08:00
10 lines
256 B
JavaScript
10 lines
256 B
JavaScript
import { acceptance } from "helpers/qunit-helpers";
|
|
// import { hasStream } from 'acceptance/user-anonymous-test';
|
|
|
|
acceptance("User", {loggedIn: true});
|
|
|
|
// test("Pending", () => {
|
|
// visit("/users/eviltrout/activity/pending");
|
|
// hasStream();
|
|
// });
|