chore: clean build artifacts from tracking
This commit is contained in:
@@ -15,3 +15,8 @@ seed_admin.js
|
|||||||
coverage/
|
coverage/
|
||||||
*.swo
|
*.swo
|
||||||
*.swp
|
*.swp
|
||||||
|
|
||||||
|
# Build artifacts
|
||||||
|
*.tsbuildinfo
|
||||||
|
*.d.ts
|
||||||
|
!src/**/*.d.ts
|
||||||
|
|||||||
Vendored
-2
@@ -1,2 +0,0 @@
|
|||||||
declare const _default: import("@playwright/test").PlaywrightTestConfig<{}, {}>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
"use strict";
|
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
|
||||||
const test_1 = require("@playwright/test");
|
|
||||||
exports.default = (0, test_1.defineConfig)({
|
|
||||||
testDir: './test',
|
|
||||||
testMatch: '*.browser.spec.ts',
|
|
||||||
timeout: 30000,
|
|
||||||
use: {
|
|
||||||
baseURL: 'http://localhost:3006',
|
|
||||||
},
|
|
||||||
});
|
|
||||||
//# sourceMappingURL=playwright.config.js.map
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
{"version":3,"file":"playwright.config.js","sourceRoot":"","sources":["playwright.config.ts"],"names":[],"mappings":";;AAAA,2CAA+C;AAE/C,kBAAe,IAAA,mBAAY,EAAC;IAC1B,OAAO,EAAE,QAAQ;IACjB,SAAS,EAAE,mBAAmB;IAC9B,OAAO,EAAE,KAAK;IACd,GAAG,EAAE;QACH,OAAO,EAAE,uBAAuB;KACjC;CACF,CAAC,CAAA"}
|
|
||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user