Removed hogan from tests that were leftover

This commit is contained in:
alexjanousekGSA
2025-07-31 13:52:35 -04:00
parent c04d8969f5
commit 1168e221df
2 changed files with 0 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
const helpers = require('./support/helpers');
beforeAll(() => {
window.Hogan = require('hogan.js');
require('../../app/assets/javascripts/radioSelect.js');
});