mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-08 05:25:21 +00:00
Revert "fix(test): pend brittle subscription checks"
This reverts commit 61c5e2e3e9.
This commit is contained in:
parent
26a1bcee6b
commit
799e68614d
2 changed files with 2 additions and 2 deletions
|
|
@ -387,7 +387,7 @@ describe("Push-Notifications", function() {
|
|||
}, 100);
|
||||
});
|
||||
});
|
||||
return xcontext("sending a subscription as a purchased gift", function() {
|
||||
return context("sending a subscription as a purchased gift", function() {
|
||||
it("sends a push notification", function(done) {
|
||||
var data;
|
||||
data = {
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ payments = require("../../website/src/controllers/payments");
|
|||
|
||||
app = require("../../website/src/server");
|
||||
|
||||
xdescribe("Subscriptions", function() {
|
||||
describe("Subscriptions", function() {
|
||||
before(function(done) {
|
||||
return registerNewUser(done, true);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue