Skip to content

Commit a8e54fd

Browse files
authored
Rename tests (#639)
* update readme badges * use .test.js file extension
1 parent 5c215e4 commit a8e54fd

21 files changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![NPM version][npm-image]][npm-url]
2-
[![Build Status][travis-image]][travis-url]
2+
[![Build Status][github-actions-image]][github-actions-url]
33
[![Coverage Status][coverage-image]][coverage-url]
44

55
# Rickshaw
@@ -267,7 +267,7 @@ This library was developed by David Chester, Douglas Hunter, and Silas Sewell at
267267

268268
## License
269269

270-
Copyright (C) 2011-2020 by Shutterstock Images, LLC
270+
Copyright (C) 2011-2024 by Shutterstock Images, LLC
271271

272272
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
273273

@@ -277,7 +277,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
277277

278278
[npm-image]: https://img.shields.io/npm/v/rickshaw.svg?style=flat-square
279279
[npm-url]: https://npmjs.org/package/rickshaw
280-
[travis-image]: https://travis-ci.org/shutterstock/rickshaw.svg?branch=master
281-
[travis-url]: https://travis-ci.org/shutterstock/rickshaw
282-
[coverage-image]: https://coveralls.io/repos/github/shutterstock/rickshaw/badge.svg?branch=master
280+
[github-actions-image]: https://github.com/shutterstock/rickshaw/actions/workflows/ci.yaml/badge.svg
281+
[github-actions-url]: https://github.com/shutterstock/rickshaw/actions/workflows/ci.yaml
282+
[coverage-image]: https://coveralls.io/repos/github/shutterstock/rickshaw/badge.svg?branch=main
283283
[coverage-url]: https://coveralls.io/github/shutterstock/rickshaw
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)