From c5040b2457487367ae3863017c0a5bbb74e1d0c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Horro=20Pita?= Date: Wed, 31 May 2017 17:12:04 +0200 Subject: [PATCH] keys option: Added file for the expected test output --- test/mocks/output_22.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/mocks/output_22.js diff --git a/test/mocks/output_22.js b/test/mocks/output_22.js new file mode 100644 index 0000000..f27c312 --- /dev/null +++ b/test/mocks/output_22.js @@ -0,0 +1,3 @@ +angular.module("gulp-ng-config", []) +.constant("version", "0.0.x") +.constant("wanted", "another value");