const assert = require("assert"); const fs = require("fs"); const path = require("path"); const source = fs.readFileSync( path.resolve( __dirname, "../../src/views/ccdiProject/components/detail/RiskModelSection.vue" ), "utf8" ); [ "this.cardLoading = true", "this.cardLoading = false", "white-space: nowrap", ].forEach((token) => assert(source.includes(token), token));