10. Write a test
Add two tests to your rule:
- One test with a file name that starts with test_: it will not trigger any issue
- One test with a file name that does not start with test_ and will trigger the issue
For both tests, put the content with
1assert foo
Let's go!
Start interacting with the tutorial!
my-new-rule.js