Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f45ca57

Browse files
#48 Fixing unit tests
1 parent 6c9b8cb commit f45ca57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎test/createFactory.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ describe("Factory creation", () => {
66

77
let correctConfig = {
88
'string': 'TextBox',
9+
'entity': 'EntityContainer',
910
'array': 'ArrayContainer',
1011
'datetime': 'DateTimePicker',
1112
'time': 'DateTimePicker',
@@ -23,6 +24,7 @@ describe("Factory creation", () => {
2324
it("User requests a details factory", (done) => {
2425
let correctConfig = {
2526
'string': 'Static',
27+
'entity': 'EntityContainer',
2628
'array': 'ArrayContainer',
2729
'datetime': 'Static',
2830
'time': 'Static',

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /