From 2be39c0debeeaeb1a66296d40e8651baab3715a7 Mon Sep 17 00:00:00 2001 From: Carlos Date: Tue, 24 Oct 2017 08:34:50 +0200 Subject: [PATCH] setting up spec files for the next directive to test --- client/core/src/directives/specs/id.spec.js | 2 +- client/core/src/directives/specs/validation.spec.js | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 client/core/src/directives/specs/validation.spec.js diff --git a/client/core/src/directives/specs/id.spec.js b/client/core/src/directives/specs/id.spec.js index 33b6a3832..5755d1ea9 100644 --- a/client/core/src/directives/specs/id.spec.js +++ b/client/core/src/directives/specs/id.spec.js @@ -31,7 +31,7 @@ describe('Directive vnId', () => { compile(html); }).toThrow(new Error(`vnId: Can't find controller for element '1'`)); }); - + it(`should set the controller into the $scope as there are no errors being thrown`, () => { let html = `
`; diff --git a/client/core/src/directives/specs/validation.spec.js b/client/core/src/directives/specs/validation.spec.js new file mode 100644 index 000000000..e69de29bb