mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 08:28:15 -04:00
Removed hogan from tests that were leftover
This commit is contained in:
@@ -1,6 +1,4 @@
|
|||||||
beforeAll(() => {
|
beforeAll(() => {
|
||||||
Hogan = require('hogan.js');
|
|
||||||
|
|
||||||
require('../../app/assets/javascripts/listEntry.js');
|
require('../../app/assets/javascripts/listEntry.js');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
const helpers = require('./support/helpers');
|
const helpers = require('./support/helpers');
|
||||||
|
|
||||||
beforeAll(() => {
|
beforeAll(() => {
|
||||||
window.Hogan = require('hogan.js');
|
|
||||||
require('../../app/assets/javascripts/radioSelect.js');
|
require('../../app/assets/javascripts/radioSelect.js');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user