mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 21:05:16 +00:00
Remove redundant async notation from several top languages card tests (#2767)
This commit is contained in:
parent
1e0183d202
commit
14fe4cf1db
1 changed files with 2 additions and 2 deletions
|
|
@ -797,7 +797,7 @@ describe("Test renderTopLanguages", () => {
|
|||
expect(document.querySelector("rect")).toHaveAttribute("rx", "4.5");
|
||||
});
|
||||
|
||||
it("should render langs with specified langs_count", async () => {
|
||||
it("should render langs with specified langs_count", () => {
|
||||
const options = {
|
||||
langs_count: 1,
|
||||
};
|
||||
|
|
@ -807,7 +807,7 @@ describe("Test renderTopLanguages", () => {
|
|||
);
|
||||
});
|
||||
|
||||
it("should render langs with specified langs_count even when hide is set", async () => {
|
||||
it("should render langs with specified langs_count even when hide is set", () => {
|
||||
const options = {
|
||||
hide: ["HTML"],
|
||||
langs_count: 2,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue