Skip to content

Commit 38d106c

Browse files
committed
Added assertions for nested directories.
1 parent 1665b82 commit 38d106c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/specs/LangJsCommandTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ public function testAllFilesShouldBeConverted()
136136
$this->assertContains('es.nonameinc::messages', $contents);
137137
$this->assertContains('ht.nonameinc::messages', $contents);
138138

139+
$this->assertContains('en.forum.thread', $contents);
139140

140141
$this->cleanupOutputDirectory();
141142

0 commit comments

Comments
 (0)