Skip to content

Move CI to Github Actions #147

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 8 commits into from
Jan 11, 2021
Merged
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
Update test/loader.spec.js
  • Loading branch information
benmccann authored Jan 11, 2021
commit 6da82d3395e20802df55e9cf92d3277bb30968d8
2 changes: 1 addition & 1 deletion test/loader.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ describe('loader', () => {
) {
expect(err).to.exist;

expect(err.message.trim().replace(/\r/g, "")).to.eql(d`
expect(err.message.trim().replace(/\r/g, '')).to.eql(d`
ValidationError: A component cannot have a default export (2:1)
1: <script>
2: export default {};
Expand Down