DEV: Update CI workflows (#98)
* DEV: Update CI workflows * DEV: Fix linting Co-authored-by: justindirose <justindirose@users.noreply.github.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { acceptance, updateCurrentUser } from "helpers/qunit-helpers";
|
||||
import groupFixtures from "fixtures/group-fixtures";
|
||||
|
||||
acceptance("AdSense", function(needs) {
|
||||
acceptance("AdSense", function (needs) {
|
||||
needs.user();
|
||||
needs.settings({
|
||||
no_ads_for_groups: "47",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { acceptance, updateCurrentUser } from "helpers/qunit-helpers";
|
||||
import groupFixtures from "fixtures/group-fixtures";
|
||||
|
||||
acceptance("DFP Ads", function(needs) {
|
||||
acceptance("DFP Ads", function (needs) {
|
||||
needs.user();
|
||||
needs.settings({
|
||||
no_ads_for_groups: "47",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { acceptance, updateCurrentUser } from "helpers/qunit-helpers";
|
||||
|
||||
acceptance("Mixed Ads", function(needs) {
|
||||
acceptance("Mixed Ads", function (needs) {
|
||||
needs.user();
|
||||
needs.settings({
|
||||
house_ads_after_nth_post: 6,
|
||||
|
||||
Reference in New Issue
Block a user