chore: naming

This commit is contained in:
cha0s 2019-09-08 21:19:46 -05:00
parent ad19a06eb4
commit 60bfaf5562

View File

@ -3,7 +3,7 @@ import {expect} from 'chai';
import {Literal} from './literal';
describe('behavior', () => {
describe('literal', () => {
describe('Literal', () => {
let literal = undefined;
beforeEach(() => {
literal = new Literal();