Skip to content

Commit 961d5e4

Browse files
committed
change tests to 'use client'
1 parent 8187412 commit 961d5e4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

jscomp/test/directives.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
first directive;
2-
second directive;
1+
"use client";
2+
'use client';
33
'use strict';
44

55
var Belt_Array = require("../../lib/js/belt_Array.js");

jscomp/test/directives.res

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
@@directive("first directive;")
2-
@@directive("second directive;")
1+
@@directive(`"use client";`)
2+
@@directive("'use client';")
33

44
let a = Belt.Array.forEach
55

0 commit comments

Comments
 (0)