Skip to content

Commit 297cfc2

Browse files
committed
refactor: file name to Native-platform-test.js instead of tauri
1 parent 7f72b4e commit 297cfc2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test/UnitTestSuite.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
define(function (require, exports, module) {
2323

2424
require("spec/Phoenix-platform-test");
25-
require("spec/Tauri-platform-test");
25+
require("test/spec/Native-platform-test");
2626
require("spec/trust-ring-test");
2727
require("spec/utframework-suite-test");
2828
require("spec/Async-test");

0 commit comments

Comments
 (0)