rename test to match Class & function

This commit is contained in:
Jordan Welch 2023-09-18 18:31:16 -05:00
parent 58c088977e
commit 14989f1ddd
No known key found for this signature in database
GPG key ID: 8C1872FF2F7710B3

View file

@ -1,8 +1,8 @@
import { render } from '../file-list-renderer'; import { render } from '../file-list-renderer';
import HoganJsUtils from '../hoganjs-utils'; import HoganJsUtils from '../hoganjs-utils';
describe('FileListPrinter', () => { describe('FileListRenderer', () => {
describe('generateFileList', () => { describe('render', () => {
it('should expose old and new files to templates', () => { it('should expose old and new files to templates', () => {
const hoganUtils = new HoganJsUtils({ const hoganUtils = new HoganJsUtils({
rawTemplates: { rawTemplates: {