Skip to content

Commit f750916

Browse files
committed
docs: remove export from example
1 parent 4586db2 commit f750916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/introducao.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function expect(result) {
5050
};
5151
}
5252

53-
export function test(title, callback) {
53+
function test(title, callback) {
5454
try {
5555
callback();
5656
console.log(`PASSED: ${title}`);

0 commit comments

Comments
 (0)