Skip to content

feat: use babel-jest to compile #127

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Nov 17, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test: remove obsolete snapshots
  • Loading branch information
eddyerburgh committed Nov 17, 2018
commit 56f91e45aef98b9c81ecc0a66a4d83f4956793c6
1 change: 1 addition & 0 deletions test/Babel.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ test('processes .vue files', () => {
test('processes .vue files using src attributes', () => {
const vm = new Vue(BasicSrc).$mount()
expect(typeof vm.$el).toBe('object')
vm.toggleClass()
})
82 changes: 0 additions & 82 deletions test/__snapshots__/Babel.spec.js.snap

This file was deleted.