summaryrefslogtreecommitdiff
path: root/jest.config.js
diff options
context:
space:
mode:
authorSukanya Pandey <sukapan1@in.ibm.com>2020-03-19 07:53:23 +0300
committerDerick Montague <derick.montague@ibm.com>2020-03-26 19:36:45 +0300
commit5ee04ef522612e27d6fef02154bf23e45076ceee (patch)
treec6ea8c0cd403c8a72100294693ebde5e53ee7a79 /jest.config.js
parent30abccbed83aee950016c2da0ae5bf512df769dc (diff)
downloadwebui-vue-5ee04ef522612e27d6fef02154bf23e45076ceee.tar.xz
Add mocha and chai test framework
- Mocha/Chai/Sinon test frameowrk because it has 100% feature parity with vue-loader. - Code for making 'expect' function accessible globally. Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: Idf809cb08d8c1ef177ff92f0ee1be04ac74059a3
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/jest.config.js b/jest.config.js
deleted file mode 100644
index 86648009..00000000
--- a/jest.config.js
+++ /dev/null
@@ -1,3 +0,0 @@
-module.exports = {
- preset: '@vue/cli-plugin-unit-jest'
-};