Skip to content

Commit fbc7513

Browse files
committed
change reflow test to 'test-plugin'
1 parent 2ce029f commit fbc7513

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/scanner-plugins/reflow-test/index.js renamed to .github/scanner-plugins/test-plugin/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export default async function test({ page, addFinding, url } = {}) {
2-
console.log('reflow test built-in');
2+
console.log('test plugin');
33
// Check for horizontal scrolling at 320x256 viewport
44
try {
55
await page.setViewportSize({ width: 320, height: 256 });
@@ -29,4 +29,4 @@ export default async function test({ page, addFinding, url } = {}) {
2929

3030
}
3131

32-
export const name = 'reflow-test';
32+
export const name = 'test-plugin';
File renamed without changes.

0 commit comments

Comments
 (0)