summaryrefslogtreecommitdiffstats
path: root/js/dav/test/integration/version_test.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/dav/test/integration/version_test.js')
-rw-r--r--js/dav/test/integration/version_test.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/js/dav/test/integration/version_test.js b/js/dav/test/integration/version_test.js
deleted file mode 100644
index 49cf28f6..00000000
--- a/js/dav/test/integration/version_test.js
+++ /dev/null
@@ -1,10 +0,0 @@
-import { expect } from 'chai';
-
-import * as dav from '../../lib';
-import { version } from '../../package';
-
-suite('version', function() {
- test('should be the same as package.json', function() {
- expect(dav.version).to.equal(version);
- });
-});