diff options
| author | lambda <pleromagit@rogerbraun.net> | 2018-12-18 15:26:00 +0000 |
|---|---|---|
| committer | lambda <pleromagit@rogerbraun.net> | 2018-12-18 15:26:00 +0000 |
| commit | 2f28bf95fdce6a215961fe264c236c111e4a1e66 (patch) | |
| tree | 9e91911158deba707b538cbd06b03d51d46344af /test/unit/specs/Hello.spec.js | |
| parent | c1ff17ebb0a96d715f8badd0061f78420154a498 (diff) | |
| parent | 63ad08050ef54d2770260989de4b4b7b41c451ef (diff) | |
Merge branch 'feature/new-user-routes' into 'develop'
Make domain.com/username routes work
Closes pleroma#395
See merge request pleroma/pleroma-fe!392
Diffstat (limited to 'test/unit/specs/Hello.spec.js')
| -rw-r--r-- | test/unit/specs/Hello.spec.js | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/test/unit/specs/Hello.spec.js b/test/unit/specs/Hello.spec.js deleted file mode 100644 index d66e39ef..00000000 --- a/test/unit/specs/Hello.spec.js +++ /dev/null @@ -1,13 +0,0 @@ -// import Vue from 'vue' -// import Hello from 'src/components/Hello' - -// describe('Hello.vue', () => { -// xit('should render correct contents', () => { -// const vm = new Vue({ -// el: document.createElement('div'), -// render: (h) => h(Hello) -// }) -// expect(vm.$el.querySelector('.hello h1').textContent) -// .to.equal('Welcome to Your Vue.js App') -// }) -// }) |
