Skip to content

Commit 87c64d4

Browse files
committed
freshness
1 parent 6ad3903 commit 87c64d4

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

powerbi-docs/developer/visuals/power-bi-custom-visuals-certified.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ Make sure that the following commands don't return any errors.
7676
* `npm audit` - Must not return any warnings with high or moderate level.
7777
* `ESlint` with the [required configuration](https://www.npmjs.com/package/eslint-plugin-powerbi-visuals). This command must not return any lint errors.
7878

79-
>[!NOTE]
80-
> We're in the process of migrating from TSlint to ESLint. Visuals using TSlint will be accepted for certification until March 2023. After that, ESlint will be required.
81-
8279
### Compiling requirements
8380

8481
Use the latest version of [powerbi-visuals-tools](https://www.npmjs.com/package/powerbi-visuals-tools) to write the Power BI visual.

powerbi-docs/developer/visuals/unit-tests-introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.reviewer: tebercov
77
ms.service: powerbi
88
ms.subservice: powerbi-custom-visuals
99
ms.topic: tutorial
10-
ms.date: 12/1/2023
10+
ms.date: 12/1/2024
1111
#customer intent: As a Power BI visual developer, I want to learn how to write unit tests for my visual so that I can ensure the visual works as expected.
1212
---
1313

@@ -422,7 +422,7 @@ export class SampleBarChartDataBuilder extends TestDataViewBuilder {
422422

423423
The `SampleBarChartDataBuilder` class extends `TestDataViewBuilder` and implements the abstract method `getDataView`.
424424

425-
When you put data into data-field buckets, Power BI produces a categorical `dataview` object that's based on your data.
425+
When you put data into data-field buckets, Power BI produces a categorical `dataview` object based on your data.
426426

427427
:::image type="content" source="media/unit-tests-introduction/fields-buckets.png" alt-text="Screenshot of Power BI, which shows the data fields buckets are empty.":::
428428

@@ -621,7 +621,7 @@ npm run test
621621
> [!NOTE]
622622
> You must install Google Chrome locally.
623623
624-
In the command-line window, you'll get following output:
624+
In the command-line window, you get following output:
625625

626626
```cmd
627627
> karma start

0 commit comments

Comments
 (0)