rename test to match Class & function
This commit is contained in:
parent
58c088977e
commit
14989f1ddd
1 changed files with 2 additions and 2 deletions
|
|
@ -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: {
|
||||||
Loading…
Reference in a new issue