• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

gnosis / dex-js / 993
77%
develop: 100%

Build:
Build:
LAST BUILD BRANCH: master
DEFAULT BRANCH: develop
Ran 05 Feb 2021 01:34AM UTC
Jobs 1
Files 16
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
993

push

travis-ci

web-flow
Bump prettier from 2.0.5 to 2.2.1 (#206)

Bumps [prettier](https://github.com/prettier/prettier) from 2.0.5 to 2.2.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/prettier/prettier/releases">prettier's releases</a>.</em></p>
<blockquote>
<h2>2.2.1</h2>
<p><a href="https://github.com/prettier/prettier/blob/master/CHANGELOG.md#221">🔗 Changelog</a></p>
<h1>2.2.0</h1>
<p><a href="https://github.com/prettier/prettier/compare/2.1.2...2.2.0">diff</a></p>
<p>🔗 <a href="https://prettier.io/blog/2020/11/20/2.2.0.html">Release Notes</a></p>
<h2>2.1.2</h2>
<p><a href="https://github.com/prettier/prettier/blob/master/CHANGELOG.md#212">🔗Changelog</a></p>
<h2>2.1.1</h2>
<p><a href="https://github.com/prettier/prettier/blob/master/CHANGELOG.md#211">🔗Changelog</a></p>
<h1>2.1.0</h1>
<p><a href="https://github.com/prettier/prettier/compare/2.0.5...2.1.0">diff</a></p>
<p>🔗 <a href="https://prettier.io/blog/2020/08/24/2.1.0.html">Release Notes</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/master/CHANGELOG.md">prettier's changelog</a>.</em></p>
<blockquote>
<h1>2.2.1</h1>
<p><a href="https://github.com/prettier/prettier/compare/2.2.0...2.2.1">diff</a></p>
<h4>Fix formatting for AssignmentExpression with ClassExpression (<a href="https://github-redirect.dependabot.com/prettier/prettier/pull/9741">#9741</a> by <a href="https://github.com/sosukesuzuki">@sosukesuzuki</a>)</h4>
<!-- raw HTML omitted -->
<pre lang="js"><code>// Input
module.exports = class A extends B {
  method() {
    console.log(&quot;foo&quot;);
  }
};
<p>// Prettier 2.2.0
module.exports = class A extends (
B
) {
method() {
console.log(&quot;foo&quot;);
}
};</p>
<p>// Prettier 2.2.1
module.exports = class A extends B {
method() {
console.log(&quot;foo&quot;);
}
};
</code></pre></p>
<h1>2.2.0</h1>
<p><a href="https://github.com/prettier/prettier/compare/2.1.2...2.2.0"... (continued)

136 of 191 branches covered (71.2%)

Branch coverage included in aggregate %.

297 of 372 relevant lines covered (79.84%)

13.56 hits per line

Jobs
ID Job ID Ran Files Coverage
1 993.1 05 Feb 2021 01:34AM UTC 0
76.91
Travis Job 993.1
Source Files on build 993
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #993
  • 799f68a6 on github
  • Prev Build on master (#978)
  • Next Build on master (#1006)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc