summaryrefslogtreecommitdiffstats
path: root/testing/mochitest/static/browser.template.txt
blob: 2f889d19d7e5acc765d225a3f79d4dd29d8791ad (plain)
1
2
3
4
5
6
7
8
/* Any copyright is dedicated to the Public Domain.
   https://creativecommons.org/publicdomain/zero/1.0/ */

"use strict";

add_task(async function test_TODO() {
  ok(true, "TODO: implement the test");
});