We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c9b8cb commit f45ca57Copy full SHA for f45ca57
test/createFactory.js
@@ -6,6 +6,7 @@ describe("Factory creation", () => {
6
7
let correctConfig = {
8
'string': 'TextBox',
9
+ 'entity': 'EntityContainer',
10
'array': 'ArrayContainer',
11
'datetime': 'DateTimePicker',
12
'time': 'DateTimePicker',
@@ -23,6 +24,7 @@ describe("Factory creation", () => {
23
24
it("User requests a details factory", (done) => {
25
26
'string': 'Static',
27
28
29
'datetime': 'Static',
30
'time': 'Static',
0 commit comments